diff options
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 3 |
1 files changed, 2 insertions, 1 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 72c83e5a5c..97e5980ff7 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -2,7 +2,7 @@ LICENSE = "GPLv2" | |||
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "gtk+ startup-notification apmd" | 3 | DEPENDS = "gtk+ startup-notification apmd" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | RPROVIDES_${PN} = "matchbox-panel" | 7 | RPROVIDES_${PN} = "matchbox-panel" |
8 | RREPLACES_${PN} = "matchbox-panel" | 8 | RREPLACES_${PN} = "matchbox-panel" |
@@ -16,6 +16,7 @@ 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 \ | 18 | ${datadir}/matchbox-panel/battery/*.png \ |
19 | ${datadir}/matchbox-panel/brightness/*.png \ | ||
19 | ${datadir}/matchbox-panel/startup/*.png " | 20 | ${datadir}/matchbox-panel/startup/*.png " |
20 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 21 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
21 | 22 | ||