mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15:49:32 +02:00
updated matchbox-panel-2 packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@639 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,15 +2,16 @@ LICENSE = "GPLv2"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
PV = "0.0+svn${SRCDATE}"
|
PV = "0.0+svn${SRCDATE}"
|
||||||
DEPENDS = "gtk+ startup-notification"
|
DEPENDS = "gtk+ startup-notification libapm"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-startup-notification"
|
EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
|
||||||
|
|
||||||
S = ${WORKDIR}/${PN}
|
S = ${WORKDIR}/${PN}
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/matchbox-panel/*.so.*"
|
FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \
|
||||||
|
$(datadir}/matchbox-panel"
|
||||||
FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
|
FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
|
||||||
${libdir}/matchbox-panel/*.a"
|
${libdir}/matchbox-panel/*.a"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user