Files
poky/meta-extras/packages/matchbox-common/matchbox-common_svn.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

18 lines
452 B
BlitzBasic

SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
PV = "0.9.1+svnr${SRCREV}"
S = "${WORKDIR}/matchbox-common"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
inherit autotools pkgconfig
EXTRA_OECONF = " --enable-pda-folders "
FILES_${PN} = "${bindir} \
${datadir}/matchbox/vfolders \
${datadir}/pixmaps"