summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages')
-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