aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2008-07-02 11:38:28 +0000
committerJan Lübbe <jluebbe@debian.org>2008-07-02 11:38:28 +0000
commit40203afadf07ca39a7807b992804bf8d4f5d8dd5 (patch)
treea5e475c9aead82bd319c432140bfb4edb27cace9 /packages/e17
parent5277518d2a2ca1d93bda682afe60bc7846756c41 (diff)
downloadopenembedded-40203afadf07ca39a7807b992804bf8d4f5d8dd5.tar.gz
e-wm: Make sure edbus is present (picked from org.openmoko.asu.stable)
If edbus was present e picked it up. This lead to e eventually linking against dbus. Make sure that we always link against (e)dbus. We want dbus and this will solve the loading error of the illume module. Original author: Holger Hans Peter Freyther <zecke@openmoko.org>
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/e-wm_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/e17/e-wm_cvs.bb b/packages/e17/e-wm_cvs.bb
index 87161526e0..b3a4201bcf 100644
--- a/packages/e17/e-wm_cvs.bb
+++ b/packages/e17/e-wm_cvs.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "The Enlightenment Window Mananger Version 17"
-DEPENDS = "eet evas ecore edje efreet"
+DEPENDS = "eet evas ecore edje efreet edbus"
LICENSE = "MIT BSD"
PV = "0.16.999.042+cvs${SRCDATE}"
-PR = "r8"
+PR = "r9"
inherit e update-alternatives