summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-25 15:23:30 +0000
committerRoss Burton <ross@openedhand.com>2008-07-25 15:23:30 +0000
commita228c3118f08da905bec62076eddffc081e5e565 (patch)
treeb5c92fac393716b0a197e882a0448d4feca9e772 /meta
parente72a9dffd785459d52acfc11838f2894e54ec29c (diff)
downloadpoky-a228c3118f08da905bec62076eddffc081e5e565.tar.gz
matchbox-desktop: bump srcrev, and enable DBus
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4960 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc2
-rw-r--r--meta/packages/matchbox-desktop/matchbox-desktop_svn.bb4
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"
45SRCREV_pn-matchbox-common ?= "1561" 45SRCREV_pn-matchbox-common ?= "1561"
46SRCREV_pn-matchbox-config-gtk ?= "1614" 46SRCREV_pn-matchbox-config-gtk ?= "1614"
47SRCREV_pn-matchbox-desktop-sato ?= "76" 47SRCREV_pn-matchbox-desktop-sato ?= "76"
48SRCREV_pn-matchbox-desktop ?= "2063" 48SRCREV_pn-matchbox-desktop ?= "2066"
49SRCREV_pn-matchbox-keyboard ?= "1910" 49SRCREV_pn-matchbox-keyboard ?= "1910"
50SRCREV_pn-matchbox-panel-2 ?= "2061" 50SRCREV_pn-matchbox-panel-2 ?= "2061"
51SRCREV_pn-matchbox-panel ?= "1364" 51SRCREV_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 @@
1DESCRIPTION = "Matchbox Window Manager Desktop" 1DESCRIPTION = "Matchbox Window Manager Desktop"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "gtk+ startup-notification" 3DEPENDS = "gtk+ startup-notification dbus"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PV = "2.0+svnr${SRCREV}" 5PV = "2.0+svnr${SRCREV}"
6 6
7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http" 7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
8 8
9EXTRA_OECONF = "--enable-startup-notification" 9EXTRA_OECONF = "--enable-startup-notification --with-dbus"
10 10
11S = "${WORKDIR}/${PN}-2" 11S = "${WORKDIR}/${PN}-2"
12 12