blob: 27c2bdf5084f6266341b194f9856cc19a126284e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
PR = "r1"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
file://no-utilities-category.patch;patch=1"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-pda-folders"
FILES_${PN} = "${bindir} \
${datadir}/matchbox/vfolders \
${datadir}/pixmaps"
|