[oe-commits] Angus Ainslie : ecore-x needs to be enabled for edje-sdk to compile

GIT User account git at amethyst.openembedded.net
Mon Mar 23 14:00:58 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 569bf44efa74a49fc2f3ba4a5bcd4039c0c5d835
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=569bf44efa74a49fc2f3ba4a5bcd4039c0c5d835

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri Mar 20 15:12:56 2009 -0600

ecore-x needs to be enabled for edje-sdk to compile

---

 packages/efl1/ecore-native_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/efl1/ecore-native_svn.bb b/packages/efl1/ecore-native_svn.bb
index 2fc383b..3e47a69 100644
--- a/packages/efl1/ecore-native_svn.bb
+++ b/packages/efl1/ecore-native_svn.bb
@@ -1,13 +1,13 @@
 require ecore.inc
 inherit native
 DEPENDS = "eet-native evas-native"
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF = "\
                 --enable-ecore-txt \
                 --disable-ecore-config \
                 --disable-ecore-x-xcb \
-                --disable-ecore-x \
+                --enable-ecore-x \
                 --enable-ecore-job \
                 --disable-ecore-directfb \
                 --disable-ecore-sdl \





More information about the Openembedded-commits mailing list