summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/emotion_svn.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-07-31 14:05:47 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-07-31 15:39:55 +0000
commitd05d52c4976dcbe06f60e8ee03486bd84d962c61 (patch)
treec136d0f2ad8b351e2c02e1d3c910fffa72e908c1 /recipes/efl1/emotion_svn.bb
parentfcc0f281acff25d1932da09b7d5bebe3ce1b668b (diff)
downloadopenembedded-d05d52c4976dcbe06f60e8ee03486bd84d962c61.tar.gz
emotion_svn: Give path to edje_cc to fix build. Bump PR.
Diffstat (limited to 'recipes/efl1/emotion_svn.bb')
-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 455bc82b18..0f31e667cc 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 = "r1"
+PR = "r2"
inherit efl
-EXTRA_OECONF = "--disable-xine --enable-gstreamer"
+EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
PACKAGES =+ "emotion-backend-gstreamer"
FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"