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