mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4169 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
362 B
BlitzBasic
15 lines
362 B
BlitzBasic
SECTION = "x11/wm"
|
|
DESCRIPTION = "Matchbox window manager common files"
|
|
LICENSE = "GPL"
|
|
DEPENDS = "libmatchbox"
|
|
|
|
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--enable-pda-folders"
|
|
|
|
FILES_${PN} = "${bindir} \
|
|
${datadir}/matchbox/vfolders \
|
|
${datadir}/pixmaps"
|