summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-10 14:04:10 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-10 14:04:10 +0000
commit7e3f8e5f6c109cde86986f5b3500595b95128b1a (patch)
treeab6499d387b2961a0ef998392fbb9a50c802f6bf
parent0785687d673eb555f10eae400dae53e128731cbf (diff)
downloadpoky-7e3f8e5f6c109cde86986f5b3500595b95128b1a.tar.gz
matchbox-wm-2: Package libmatchbox2, enable the simple manager, fix other packaging issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5163 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
index 72f6a0d27c..37c00e9c61 100644
--- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
+++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" 4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
5 5
6PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
7PR = "r3" 7PR = "r4"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
10 " 10 "
@@ -21,12 +21,16 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
21ALTERNATIVE_PATH = "${bindir}/matchbox-session" 21ALTERNATIVE_PATH = "${bindir}/matchbox-session"
22ALTERNATIVE_PRIORITY = "10" 22ALTERNATIVE_PRIORITY = "10"
23 23
24FILES_${PN} = "${bindir}/* \ 24PACKAGES =+ "libmatchbox2"
25 ${datadir}/matchbox-2 \ 25
26 ${sysconfdir}/matchbox-2 \ 26FILES_libmatchbox2 = "${libdir}/*${SOLIBS}"
27 ${datadir}/themes/*" 27
28FILES_${PN} += "${datadir}/matchbox-2 \
29 ${sysconfdir}/matchbox-2 \
30 ${datadir}/themes/*"
28 31
29EXTRA_OECONF = "--enable-debug \ 32EXTRA_OECONF = "--enable-debug \
33 --enable-simple-manager \
30 --enable-compositing-manager \ 34 --enable-compositing-manager \
31 --enable-libmatchbox \ 35 --enable-libmatchbox \
32 --enable-png-theme \ 36 --enable-png-theme \