diff options
-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 () { |