aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-03-20 15:12:56 -0600
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:35:05 +0100
commit663328b0bd0c1c8d9f1ed6f6bc8062d1ac83a2e7 (patch)
treee2f22a99f5482855b050e6d68dd4b5229abf887d
parent781c26e6cc577a2f12154610cc6cbf193c2bd000 (diff)
downloadopenembedded-663328b0bd0c1c8d9f1ed6f6bc8062d1ac83a2e7.tar.gz
ecore-x needs to be enabled for edje-sdk to compile
-rw-r--r--recipes/efl1/ecore-native_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/ecore-native_svn.bb b/recipes/efl1/ecore-native_svn.bb
index 22208b926e..d57893fc8a 100644
--- a/recipes/efl1/ecore-native_svn.bb
+++ b/recipes/efl1/ecore-native_svn.bb
@@ -7,7 +7,7 @@ EXTRA_OECONF = "\
--enable-ecore-txt \
--enable-ecore-config \
--disable-ecore-x-xcb \
- --disable-ecore-x \
+ --enable-ecore-x \
--enable-ecore-job \
--disable-ecore-directfb \
--disable-ecore-sdl \