mono-1.9.1: first pass at adding mono 1.9.1 to OE
[openembedded.git] / packages / matchbox-common / matchbox-common_0.8.bb
blobd9cb3e3b87f25a3cb67ebd17039c0a99f8c6ed2c
1 SECTION = "x11/wm"
2 DESCRIPTION = "Matchbox window manager common files"
3 LICENSE = "GPL"
4 DEPENDS = "libmatchbox"
6 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2"
7 S = "${WORKDIR}/matchbox-common-${PV}"
9 inherit autotools pkgconfig
11 EXTRA_OECONF = "--enable-pda-folders"
13 FILES_${PN} = "${bindir} \
14 ${datadir}/matchbox/vfolders \
15 ${datadir}/pixmaps"