Fix packaging for matchbox-panel-2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-08-18 00:08:42 +00:00
parent d8b4d9c7fc
commit 94f4377c5c
1 changed files with 8 additions and 1 deletions

View File

@ -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