diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2004-07-30 13:10:13 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-30 13:10:13 +0000 |
| commit | 400ef496a7e3b84e154d2b7a762da1aa39ac2fbd (patch) | |
| tree | 6919a6a3513b1fd808fe8e351cb499312fa83881 | |
| parent | 68591bc16fef23e3f9153d371fdd7e19e7032392 (diff) | |
add etox, the EFL type setting and text layout library
BKrev: 410a48b5Ea-zDCF51j-wmfqB8_HfRA
| -rw-r--r-- | ecore/ecore_cvs.oe | 6 | ||||
| -rw-r--r-- | etox/etox_cvs.oe | 0 | ||||
| -rw-r--r-- | evas/evas_cvs.oe | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe index c94ee9d5c1..12e13c661f 100644 --- a/ecore/ecore_cvs.oe +++ b/ecore/ecore_cvs.oe @@ -1,6 +1,6 @@ -DESCRIPTION = "Ecore is the core event abstraction layer and X abstraction layer \ -that makes doing selections, Xdnd, general X stuff, and event loops, timeouts \ -and idle handlers fast, optimized, and convenient." +DESCRIPTION = "Ecore is the core event abstraction layer for the enlightenment \ +foundation libraries. It makes makes doing selections, drag and drop, event loops, \ +timeouts and idle handlers fast, optimized, and convenient." HOMEPAGE = "http://www.enlightenment.org" SECTION = "libs" PRIORITY = "optional" diff --git a/etox/etox_cvs.oe b/etox/etox_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/etox/etox_cvs.oe diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe index 3f8cff9ab2..4d63ce6e64 100644 --- a/evas/evas_cvs.oe +++ b/evas/evas_cvs.oe @@ -19,6 +19,7 @@ EXTRA_OECONF = "--enable-fb \ --disable-directfb \ --disable-buffer \ --disable-software-qtopia \ + --disable-software-x11 \ --disable-gl-x11 \ --disable-image-loader-eet \ --disable-image-loader-edb \ @@ -53,6 +54,7 @@ EXTRA_OECONF = "--enable-fb \ --disable-convert-32-rgb-rot-0 \ --disable-convert-32-rgb-rot-90 \ --disable-convert-32-rgb-rot-270" + export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" do_configure () { |
