aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-06-17 18:22:19 +0200
committerAngus Ainslie <nytowl@openmoko.org>2009-07-28 17:01:00 -0600
commit531144b0c6639f4e9286501936b6849cb14af0a3 (patch)
treed661db0c514022805555d708e729fa888af6d197
parentc67ccdec6c93a5eec40a755ba5da0e3bf9f191d5 (diff)
downloadopenembedded-531144b0c6639f4e9286501936b6849cb14af0a3.tar.gz
emotion: add --with-edje-cc to EXTRA_OECONF
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/efl1/emotion_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 6f50243bd3..18c0a89d54 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"