blob: d2db4683e13c8778f6c8f165f351b49a24ce06cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
PR = "r2"
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"
|