[oe-commits] Klaus Kurzmann : emotion: add --with-edje-cc to EXTRA_OECONF

git version control git at git.openembedded.org
Wed Jun 17 16:22:30 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: debd33df14622314c398950d361306e782f80bc0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=debd33df14622314c398950d361306e782f80bc0

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jun 17 18:22:19 2009 +0200

emotion: add --with-edje-cc to EXTRA_OECONF

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/efl1/emotion_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 6f50243..18c0a89 100644
--- a/recipes/efl1/emotion_svn.bb
+++ b/recipes/efl1/emotion_svn.bb
@@ -3,11 +3,11 @@ LICENSE = "MIT BSD"
 # we no longer build the libxine backend, since the gstreamer backend seems more promising
 DEPENDS = "eet evas ecore edje gstreamer gst-plugins-base"
 PV = "0.1.0.042+svnr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 inherit efl
 
-EXTRA_OECONF = "--disable-xine --enable-gstreamer"
+EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 
 DEBIAN_NOAUTONAME_${PN}-backend-gstreamer = "1"
 





More information about the Openembedded-commits mailing list