summaryrefslogtreecommitdiff
path: root/packages/matchbox-common/matchbox-common_0.9.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-11-08 15:52:40 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-11-08 15:52:40 +0000
commit5479f1bbff9a1fde20e40c5ef8530262f0680309 (patch)
tree1ef3d147a3099c99db75cfc0c976048ab0b9ea47 /packages/matchbox-common/matchbox-common_0.9.1.bb
parentc89abfa090fbe718350651c2c80b8219fb05f0ea (diff)
parent129670673e60da28524d23c451b5d027ccfe84a9 (diff)
merge of 'a5ebc4455c08465bb3119b12db3f0a95ef0ee51a'
and 'abd46ad11dd10c36a511a2d3d6867a6fb20076ca'
Diffstat (limited to 'packages/matchbox-common/matchbox-common_0.9.1.bb')
-rw-r--r--packages/matchbox-common/matchbox-common_0.9.1.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb
index d2db4683e1..fa6e989b16 100644
--- a/packages/matchbox-common/matchbox-common_0.9.1.bb
+++ b/packages/matchbox-common/matchbox-common_0.9.1.bb
@@ -1,17 +1,20 @@
-SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager common files"
+SECTION = "x11/wm"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
file://no-utilities-category.patch;patch=1 \
file://add-media-category.patch;patch=1"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--enable-pda-folders"
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
+FILES_${PN} = "\
+ ${bindir} \
+ ${datadir}/matchbox/vfolders \
+ ${datadir}/pixmaps"
+
+PACKAGE_ARCH = "all"