summaryrefslogtreecommitdiff
path: root/meta
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 /meta
parent0785687d673eb555f10eae400dae53e128731cbf (diff)
downloadopenembedded-core-7e3f8e5f6c109cde86986f5b3500595b95128b1a.tar.gz
openembedded-core-7e3f8e5f6c109cde86986f5b3500595b95128b1a.tar.bz2
openembedded-core-7e3f8e5f6c109cde86986f5b3500595b95128b1a.tar.xz
openembedded-core-7e3f8e5f6c109cde86986f5b3500595b95128b1a.zip
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
Diffstat (limited to 'meta')
-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 72f6a0d27..37c00e9c6 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"
DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
PV = "0.0+svnr${SRCREV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
"
@@ -21,12 +21,16 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "10"
-FILES_${PN} = "${bindir}/* \
- ${datadir}/matchbox-2 \
- ${sysconfdir}/matchbox-2 \
- ${datadir}/themes/*"
+PACKAGES =+ "libmatchbox2"
+
+FILES_libmatchbox2 = "${libdir}/*${SOLIBS}"
+
+FILES_${PN} += "${datadir}/matchbox-2 \
+ ${sysconfdir}/matchbox-2 \
+ ${datadir}/themes/*"
EXTRA_OECONF = "--enable-debug \
+ --enable-simple-manager \
--enable-compositing-manager \
--enable-libmatchbox \
--enable-png-theme \