aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-common/matchbox-common_0.9.bb
blob: 6eab97c47a3eba6daa975e08613e85e1ba2be920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
LICENSE = "GPL"
DEPENDS = "libmatchbox"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz"

inherit autotools  pkgconfig

EXTRA_OECONF = "--enable-pda-folders"

FILES_${PN} = "${bindir} \
	       ${datadir}/matchbox/vfolders \
	       ${datadir}/pixmaps"