mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 23:09:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4169 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
452 B
BlitzBasic
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"
|