summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/efl1/ecore_svn.bb4
-rw-r--r--recipes/efl1/evas-native_svn.bb2
-rw-r--r--recipes/efl1/evas_svn.bb1
3 files changed, 3 insertions, 4 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 5be2dc80f1..a6c519526a 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -1,5 +1,5 @@
require ecore.inc
-PR = "r6"
+PR = "r7"
SRC_URI += "file://iconv.patch;patch=1 \
file://exit_uclibc.patch;patch=1 \
@@ -27,7 +27,7 @@ EXTRA_OECONF = "\
--disable-ecore-x-xcb \
--disable-ecore-directfb \
--disable-ecore-sdl \
- --disable-ecore-evas-x11-gl \
+ --enable-ecore-evas-x11-gl \
--disable-ecore-evas-dfb \
--disable-ecore-evas-sdl \
--disable-openssl \
diff --git a/recipes/efl1/evas-native_svn.bb b/recipes/efl1/evas-native_svn.bb
index d3da6659d6..0cb192ca9f 100644
--- a/recipes/efl1/evas-native_svn.bb
+++ b/recipes/efl1/evas-native_svn.bb
@@ -63,7 +63,7 @@ EXTRA_OECONF = "\
# evas needs a different oe_libinstall, so copy/paste autotools_stage_all
-do_stage() {
+do_oldstage() {
rm -rf ${STAGE_TEMP}
mkdir -p ${STAGE_TEMP}
oe_runmake DESTDIR="${STAGE_TEMP}" install
diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb
index 21779818ca..b73d8155ba 100644
--- a/recipes/efl1/evas_svn.bb
+++ b/recipes/efl1/evas_svn.bb
@@ -19,7 +19,6 @@ EXTRA_OECONF = "\
--enable-software-x11 \
--enable-software-16-x11 \
--disable-software-xcb \
- --disable-gl-x11 \
--enable-xrender-x11 \
--disable-xrender-xcb \
--disable-glitz-x11 \