evas: add new style GL config options
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 25 Jul 2011 17:14:20 +0000 (19:14 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:14:07 +0000 (08:14 -0800)
The config options changed recently, but we keep both to allow bisecting EFL_SRCREVs

(From meta-openembedded rev: c0629a1e6929b970009e2085f2570b6de666b923)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-efl/recipes-efl/efl/evas.inc

index 4e6f328..3f7eed3 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-na
 inherit efl
 
 BBCLASSEXTEND = "native"
-INC_PR = "r1"
+INC_PR = "r2"
 FILESPATHPKG =. "${BPN}-${PV}:${BPN}:"
 
 python populate_packages_prepend () {
@@ -158,6 +158,7 @@ EXTRA_OECONF = "${EVAS_OECONF} \
                 --disable-convert-32-rgb-rot-180 \
                 --enable-convert-32-rgb-rot-270 \
                 --enable-gl-x11 \
+                --enable-gl-xlib \
                 --enable-gl-flavor-gles \
                 --enable-gles-variety-${GLES} \
 "
@@ -165,6 +166,7 @@ EXTRA_OECONF_virtclass-native = "${EVAS_OECONF} \
                 --disable-software-x11 \
                 --disable-software-16-x11 \
                 --disable-gl-x11 \
+                --disable-gl-xlib \
                 --disable-xrender-x11 \
                 --disable-image-loader-gif \
                 --disable-image-loader-svg \