summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-12 21:08:50 +0000
committerRoss Burton <ross@openedhand.com>2008-02-12 21:08:50 +0000
commitfaed8fc7f772e3e1a3ca41f01805850a71952416 (patch)
treed5e201fa66cf8c5be640504ea900406586c65455
parent04d1879e5eca739d2444c723e00130e98ed39998 (diff)
downloadpoky-faed8fc7f772e3e1a3ca41f01805850a71952416.tar.gz
matchbo-panel: ship the battery images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3785 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb3
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"
2PRIORITY = "optional" 2PRIORITY = "optional"
3DEPENDS = "gtk+ startup-notification apmd" 3DEPENDS = "gtk+ startup-notification apmd"
4PV = "0.0+svnr${SRCREV}" 4PV = "0.0+svnr${SRCREV}"
5PR = "r1" 5PR = "r2"
6 6
7RPROVIDES_${PN} = "matchbox-panel" 7RPROVIDES_${PN} = "matchbox-panel"
8RREPLACES_${PN} = "matchbox-panel" 8RREPLACES_${PN} = "matchbox-panel"
@@ -16,6 +16,7 @@ S = "${WORKDIR}/${PN}"
16 16
17FILES_${PN} += "${libdir}/matchbox-panel/*.so \ 17FILES_${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 "
20FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 21FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
21 22