aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-common/matchbox-common_0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/matchbox-common/matchbox-common_0.8.bb')
-rw-r--r--recipes/matchbox-common/matchbox-common_0.8.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/matchbox-common/matchbox-common_0.8.bb b/recipes/matchbox-common/matchbox-common_0.8.bb
new file mode 100644
index 0000000000..d9cb3e3b87
--- /dev/null
+++ b/recipes/matchbox-common/matchbox-common_0.8.bb
@@ -0,0 +1,15 @@
+SECTION = "x11/wm"
+DESCRIPTION = "Matchbox window manager common files"
+LICENSE = "GPL"
+DEPENDS = "libmatchbox"
+
+SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2"
+S = "${WORKDIR}/matchbox-common-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-pda-folders"
+
+FILES_${PN} = "${bindir} \
+ ${datadir}/matchbox/vfolders \
+ ${datadir}/pixmaps"