edje|eet|evas: mention some ./configure options explicitly
authorMichael Lauer <mickey@vanille-media.de>
Thu, 18 Sep 2008 16:25:31 +0000 (16:25 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 18 Sep 2008 16:25:31 +0000 (16:25 +0000)
packages/efl1/edje_svn.bb
packages/efl1/eet_svn.bb
packages/efl1/evas-native_svn.bb
packages/efl1/evas_svn.bb

index db4842d..ec48191 100644 (file)
@@ -2,10 +2,13 @@ DESCRIPTION = "Edje is the Enlightenment graphical design & layout library"
 DEPENDS = "eet evas ecore embryo edje-native"
 LICENSE = "MIT BSD"
 PV = "0.5.0.043+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 inherit efl
 
+# gain some extra performance at the expense of RAM
+EXTRA_OECONF = "--enable-edje-program-cache"
+
 PACKAGES =+ "${PN}-utils"
 DEBIAN_NOAUTONAME_${PN}-utils = "1"
 FILES_${PN}-utils = "\
index 20f4946..379a042 100644 (file)
@@ -2,6 +2,15 @@ DESCRIPTION = "EET is the Enlightenment data storage library"
 DEPENDS = "zlib jpeg openssl"
 LICENSE = "MIT BSD"
 PV = "1.0.1+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit efl
+
+EXTRA_OECONF = "\
+  --enable-openssl \
+  --enable-cypher \
+  --enable-signature \
+  --disable-coverage \
+  --enable-old-eet-file-format \
+  --disable-assert \
+"
index 3ca8df9..3f85757 100644 (file)
@@ -1,11 +1,13 @@
 require evas.inc
 inherit native
 DEPENDS = "freetype-native libpng-native jpeg-native eet-native"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = "\
                --x-includes=${STAGING_INCDIR}/X11  \
                --x-libraries=${STAGING_LIBDIR} \
+               --enable-evas-magic-debug \
+               \
                --enable-fb                             \
                --disable-directfb                      \
                --disable-sdl                           \
index e707961..35192b7 100644 (file)
@@ -1,9 +1,11 @@
 require evas.inc
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = "\
                --x-includes=${STAGING_INCDIR}/X11  \
                --x-libraries=${STAGING_LIBDIR} \
+        --enable-evas-magic-debug \
+        \
                --enable-fb                                     \
                --disable-directfb                      \
                --disable-sdl                           \
@@ -59,4 +61,3 @@ EXTRA_OECONF = "\
                --enable-convert-32-rgb-rot-90  \
                --disable-convert-32-rgb-rot-180 \
                --enable-convert-32-rgb-rot-270"
-