diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-desktop/matchbox-desktop_svn.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index bc37b1dd1d..9fca2030bc 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc @@ -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" diff --git a/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb b/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb index 327ede16bc..606de440f6 100644 --- a/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb +++ b/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb @@ -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" |