diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-18 18:01:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-18 18:01:49 +0000 |
commit | 74de793dc291035cd3cd5dc81e35ed4b8efc810c (patch) | |
tree | c2e56492618f4605e792fac738869993b72ef162 /meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |
parent | f1607f0bbbe873e10a5fdfa224754ffd6bb225a6 (diff) | |
download | openembedded-core-74de793dc291035cd3cd5dc81e35ed4b8efc810c.tar.gz openembedded-core-74de793dc291035cd3cd5dc81e35ed4b8efc810c.tar.bz2 openembedded-core-74de793dc291035cd3cd5dc81e35ed4b8efc810c.zip |
matchbox-panel: update to latest srcrev, with new icons and new applets
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3825 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index 97e5980ff7..03504143d5 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -1,8 +1,8 @@ LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "gtk+ startup-notification apmd" +DEPENDS = "gtk+ startup-notification apmd dbus" PV = "0.0+svnr${SRCREV}" -PR = "r2" +PR = "r3" RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" @@ -10,12 +10,11 @@ RCONFLICTS_${PN} = "matchbox-panel" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" -EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" +EXTRA_OECONF = "--enable-startup-notification --enable-dbus" S = "${WORKDIR}/${PN}" FILES_${PN} += "${libdir}/matchbox-panel/*.so \ - ${datadir}/matchbox-panel/battery/*.png \ ${datadir}/matchbox-panel/brightness/*.png \ ${datadir}/matchbox-panel/startup/*.png " FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |