mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
matchbox: Quoting fixes, s#libx11#virtual/libx11# from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@911 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -9,7 +9,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
||||
|
||||
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
|
||||
|
||||
S = ${WORKDIR}/${PN}
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -22,7 +22,7 @@ FILES_${PN} = "${bindir}/* \
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/matchbox-desktop \
|
||||
${includedir}/matchbox-desktop \
|
||||
${libdir}/matchbox/desktop/*.*a \
|
||||
${libdir}/matchbox/desktop/*.*a \
|
||||
${datadir}/matchbox/desktop/modules/*a"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
|
||||
|
||||
Reference in New Issue
Block a user