Files
poky/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb
Marcin Juszkiewicz fcce99b695 matchbox-common: moved to meta-extras
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4169 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-03 09:55:16 +00:00

15 lines
362 B
BlitzBasic

SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-pda-folders"
FILES_${PN} = "${bindir} \
${datadir}/matchbox/vfolders \
${datadir}/pixmaps"