summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel-2
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-21 12:57:07 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-21 12:57:07 +0000
commitc0b4013465e411b38ca4079e2fd7dd447b907421 (patch)
treee5e4c7baeca2ea57bc3aed21eae7e1fe1e5bc5dc /meta/packages/matchbox-panel-2
parent136ee52c4501c04cc9aa6860be6bde41ad72c3b0 (diff)
downloadpoky-c0b4013465e411b38ca4079e2fd7dd447b907421.tar.gz
matchbox-panel-2: package graphics for startup-notification applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1983 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb5
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"
3MAINTAINER = "Chris Lord <chris@openedhand.com>" 3MAINTAINER = "Chris Lord <chris@openedhand.com>"
4PV = "0.0+svn${SRCDATE}" 4PV = "0.0+svn${SRCDATE}"
5DEPENDS = "gtk+ startup-notification apmd" 5DEPENDS = "gtk+ startup-notification apmd"
6PR = "r1" 6PR = "r2"
7 7
8RPROVIDES = matchbox-panel 8RPROVIDES = matchbox-panel
9RREPLACES = matchbox-panel 9RREPLACES = matchbox-panel
@@ -16,7 +16,8 @@ EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
16S = ${WORKDIR}/${PN} 16S = ${WORKDIR}/${PN}
17 17
18FILES_${PN} += "${libdir}/matchbox-panel/*.so \ 18FILES_${PN} += "${libdir}/matchbox-panel/*.so \
19 ${datadir}/matchbox-panel/battery/*.png" 19 ${datadir}/matchbox-panel/battery/*.png \
20 ${datadir}/matchbox-panel/startup/*.png "
20FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 21FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
21 22
22inherit autotools pkgconfig 23inherit autotools pkgconfig