diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 9 |
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 1d0e0aa..398177d 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 @@ +LICENSE = "GPLv2" +PRIORITY = "optional" +MAINTAINER = "Chris Lord <chris@openedhand.com>" PV = "0.0+svn${SRCDATE}" DEPENDS = "gtk+ startup-notification" @@ -7,5 +10,9 @@ EXTRA_OECONF = "--enable-startup-notification" S = ${WORKDIR}/${PN} -inherit autotools +FILES_${PN} += "${libdir}/matchbox-panel/*.so.*" +FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ + ${libdir}/matchbox-panel/*.a" + +inherit autotools pkgconfig |