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 @@
1SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager common files"
3LICENSE = "GPL"
4DEPENDS = "libmatchbox"
5
6SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10EXTRA_OECONF = "--enable-pda-folders"
11
12FILES_${PN} = "${bindir} \
13 ${datadir}/matchbox/vfolders \
14 ${datadir}/pixmaps"