add etox, the EFL type setting and text layout library
authorMichael Lauer <mickey@vanille-media.de>
Fri, 30 Jul 2004 13:10:13 +0000 (13:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 30 Jul 2004 13:10:13 +0000 (13:10 +0000)
BKrev: 410a48b5Ea-zDCF51j-wmfqB8_HfRA

ecore/ecore_cvs.oe
etox/etox_cvs.oe [new file with mode: 0644]
evas/evas_cvs.oe

index c94ee9d..12e13c6 100644 (file)
@@ -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 (file)
index 0000000..e69de29
index 3f8cff9..4d63ce6 100644 (file)
@@ -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 () {