]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-desktop: bump srcrev, and enable DBus
authorRoss Burton <ross@openedhand.com>
Fri, 25 Jul 2008 15:23:30 +0000 (15:23 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 25 Jul 2008 15:23:30 +0000 (15:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4960 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-fixed-revisions.inc
meta/packages/matchbox-desktop/matchbox-desktop_svn.bb

index bc37b1dd1d718ac6cfa67730f07045ce228682cf..9fca2030bc36835e69628478d7cd5219d595d65e 100644 (file)
@@ -45,7 +45,7 @@ SRCREV_pn-matchbox-applet-light ?= "1548"
 SRCREV_pn-matchbox-common ?= "1561"
 SRCREV_pn-matchbox-config-gtk ?= "1614"
 SRCREV_pn-matchbox-desktop-sato ?= "76"
-SRCREV_pn-matchbox-desktop ?= "2063"
+SRCREV_pn-matchbox-desktop ?= "2066"
 SRCREV_pn-matchbox-keyboard ?= "1910"
 SRCREV_pn-matchbox-panel-2 ?= "2061"
 SRCREV_pn-matchbox-panel ?= "1364"
index 327ede16bc99583f3d6761d996bb2726c41f7f1e..606de440f623b6c02e1256b748611a1415c19bd4 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION = "Matchbox Window Manager Desktop"
 LICENSE = "GPL"
-DEPENDS = "gtk+ startup-notification"
+DEPENDS = "gtk+ startup-notification dbus"
 SECTION = "x11/wm"
 PV = "2.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
 
-EXTRA_OECONF = "--enable-startup-notification"
+EXTRA_OECONF = "--enable-startup-notification --with-dbus"
 
 S = "${WORKDIR}/${PN}-2"