diff options
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 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "gtk+ startup-notification apmd" | 3 | DEPENDS = "gtk+ startup-notification apmd dbus" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | RPROVIDES_${PN} = "matchbox-panel" | 7 | RPROVIDES_${PN} = "matchbox-panel" |
8 | RREPLACES_${PN} = "matchbox-panel" | 8 | RREPLACES_${PN} = "matchbox-panel" |
@@ -10,12 +10,11 @@ RCONFLICTS_${PN} = "matchbox-panel" | |||
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
12 | 12 | ||
13 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | 13 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${PN}" |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | 17 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ |
18 | ${datadir}/matchbox-panel/battery/*.png \ | ||
19 | ${datadir}/matchbox-panel/brightness/*.png \ | 18 | ${datadir}/matchbox-panel/brightness/*.png \ |
20 | ${datadir}/matchbox-panel/startup/*.png " | 19 | ${datadir}/matchbox-panel/startup/*.png " |
21 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 20 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |