aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-24 15:20:07 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-24 15:20:07 +0100
commit07b09f0921b9e6aa9af2e64dcd4a0b152221eadd (patch)
tree39df567c872d693e96a12b3ce2c0cfc6ed35936c /recipes/e17
parentbb9ff1590bd64159c13bdae183aaf72079a7657d (diff)
downloadopenembedded-07b09f0921b9e6aa9af2e64dcd4a0b152221eadd.tar.gz
eve: eve-themes is mandatory, so add it to RDEPENDS
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/eve_svn.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
index 95daab69c6..d1a0e4775a 100644
--- a/recipes/e17/eve_svn.bb
+++ b/recipes/e17/eve_svn.bb
@@ -2,13 +2,17 @@ DESCRIPTION = " Enlightenment webbrowser"
LICENSE = "GPL"
DEPENDS = "webkit-efl evas ecore edje"
PV = "0.0.1+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
LDFLAGS += "-lstdc++"
inherit e
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http\
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http \
"
S = "${WORKDIR}/eve"
+
+RDEPENDS_${PN} = "${PN}-themes"
+
+