diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-25 15:23:30 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-25 15:23:30 +0000 |
commit | a228c3118f08da905bec62076eddffc081e5e565 (patch) | |
tree | b5c92fac393716b0a197e882a0448d4feca9e772 /meta/packages | |
parent | e72a9dffd785459d52acfc11838f2894e54ec29c (diff) | |
download | openembedded-core-a228c3118f08da905bec62076eddffc081e5e565.tar.gz openembedded-core-a228c3118f08da905bec62076eddffc081e5e565.tar.bz2 openembedded-core-a228c3118f08da905bec62076eddffc081e5e565.tar.xz openembedded-core-a228c3118f08da905bec62076eddffc081e5e565.zip |
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/packages')
-rw-r--r-- | meta/packages/matchbox-desktop/matchbox-desktop_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb b/meta/packages/matchbox-desktop/matchbox-desktop_svn.bb index 327ede16b..606de440f 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" |