diff options
author | Jorn Baayen <jorn@openedhand.com> | 2006-08-25 11:51:43 +0000 |
---|---|---|
committer | Jorn Baayen <jorn@openedhand.com> | 2006-08-25 11:51:43 +0000 |
commit | 5c2171b4a084f4e409992b6e8893a80f16d09c8c (patch) | |
tree | e1187f3b279fabc22736324e5276d05263391b06 | |
parent | 30532ac0765b9b3c3dc12cd30ff61b425a0f03ec (diff) | |
download | poky-5c2171b4a084f4e409992b6e8893a80f16d09c8c.tar.gz |
ship battery applet images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@641 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 2 |
1 files changed, 1 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 747b72987b..82dc31c459 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -11,7 +11,7 @@ EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | |||
11 | S = ${WORKDIR}/${PN} | 11 | S = ${WORKDIR}/${PN} |
12 | 12 | ||
13 | FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \ | 13 | FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \ |
14 | $(datadir}/matchbox-panel" | 14 | ${datadir}/matchbox-panel/battery/*.png" |
15 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ | 15 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ |
16 | ${libdir}/matchbox-panel/*.a" | 16 | ${libdir}/matchbox-panel/*.a" |
17 | 17 | ||