summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-08-18 00:08:42 +0000
committerChris Lord <chris@openedhand.com>2006-08-18 00:08:42 +0000
commit94f4377c5c70418eebce8066c55490fe27e39bab (patch)
tree729fb111204e611c7b939a52c0b797f4c89f4360 /meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
parentd8b4d9c7fc1890601138768a641fb423c9431642 (diff)
downloadpoky-94f4377c5c70418eebce8066c55490fe27e39bab.tar.gz
Fix packaging for matchbox-panel-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb')
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb9
1 files changed, 8 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 1d0e0aa09c..398177d81d 100644
--- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
+++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
@@ -1,3 +1,6 @@
1LICENSE = "GPLv2"
2PRIORITY = "optional"
3MAINTAINER = "Chris Lord <chris@openedhand.com>"
1PV = "0.0+svn${SRCDATE}" 4PV = "0.0+svn${SRCDATE}"
2DEPENDS = "gtk+ startup-notification" 5DEPENDS = "gtk+ startup-notification"
3 6
@@ -7,5 +10,9 @@ EXTRA_OECONF = "--enable-startup-notification"
7 10
8S = ${WORKDIR}/${PN} 11S = ${WORKDIR}/${PN}
9 12
10inherit autotools 13FILES_${PN} += "${libdir}/matchbox-panel/*.so.*"
14FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
15 ${libdir}/matchbox-panel/*.a"
16
17inherit autotools pkgconfig
11 18