[oe-commits] org.oe.dev e-wm: Make sure edbus is present (picked from org.openmoko.asu.stable)

jluebbe commit oe at amethyst.openembedded.net
Wed Jul 2 13:05:35 UTC 2008


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 at openmoko.org>

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: 8174cbe9f56e35f1cc55a3066b7b75b1cebc8efa
ViewMTN: http://monotone.openembedded.org/revision/info/8174cbe9f56e35f1cc55a3066b7b75b1cebc8efa
Files:
1
packages/e17/e-wm_cvs.bb
Diffs:

#
# mt diff -r0cb6ae9adc44c4c9b9075a61d9a73a9c2978e89d -r8174cbe9f56e35f1cc55a3066b7b75b1cebc8efa
#
#
#
# patch "packages/e17/e-wm_cvs.bb"
#  from [81f90d064b09ff63f767ff889341f23d3fa631f9]
#    to [5c53abc6e9e40395b002bae0d1c4aa17c592ddcd]
#
============================================================
--- packages/e17/e-wm_cvs.bb	81f90d064b09ff63f767ff889341f23d3fa631f9
+++ packages/e17/e-wm_cvs.bb	5c53abc6e9e40395b002bae0d1c4aa17c592ddcd
@@ -1,8 +1,8 @@ DESCRIPTION = "The Enlightenment Window 
 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
 






More information about the Openembedded-commits mailing list