diff options
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 5 |
1 files changed, 3 insertions, 2 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 2974b8bd6f..b41f9d6d76 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -3,7 +3,7 @@ PRIORITY = "optional" | |||
3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
4 | PV = "0.0+svn${SRCDATE}" | 4 | PV = "0.0+svn${SRCDATE}" |
5 | DEPENDS = "gtk+ startup-notification apmd" | 5 | DEPENDS = "gtk+ startup-notification apmd" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | RPROVIDES = matchbox-panel | 8 | RPROVIDES = matchbox-panel |
9 | RREPLACES = matchbox-panel | 9 | RREPLACES = matchbox-panel |
@@ -16,7 +16,8 @@ EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | |||
16 | S = ${WORKDIR}/${PN} | 16 | S = ${WORKDIR}/${PN} |
17 | 17 | ||
18 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | 18 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ |
19 | ${datadir}/matchbox-panel/battery/*.png" | 19 | ${datadir}/matchbox-panel/battery/*.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 | ||
22 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |