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