summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-common/matchbox-common_svn.bb
blob: 97709bf31ec9c701a6cfb7f5d098f1848ee2dc0c (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"
PV = "0.9.1+svn${SRCDATE}"
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"