diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-10 14:04:10 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-10 14:04:10 +0000 |
commit | 7e3f8e5f6c109cde86986f5b3500595b95128b1a (patch) | |
tree | ab6499d387b2961a0ef998392fbb9a50c802f6bf /meta | |
parent | 0785687d673eb555f10eae400dae53e128731cbf (diff) | |
download | poky-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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 14 |
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" | |||
4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
5 | 5 | ||
6 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 9 | SRC_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" | |||
21 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 21 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" |
22 | ALTERNATIVE_PRIORITY = "10" | 22 | ALTERNATIVE_PRIORITY = "10" |
23 | 23 | ||
24 | FILES_${PN} = "${bindir}/* \ | 24 | PACKAGES =+ "libmatchbox2" |
25 | ${datadir}/matchbox-2 \ | 25 | |
26 | ${sysconfdir}/matchbox-2 \ | 26 | FILES_libmatchbox2 = "${libdir}/*${SOLIBS}" |
27 | ${datadir}/themes/*" | 27 | |
28 | FILES_${PN} += "${datadir}/matchbox-2 \ | ||
29 | ${sysconfdir}/matchbox-2 \ | ||
30 | ${datadir}/themes/*" | ||
28 | 31 | ||
29 | EXTRA_OECONF = "--enable-debug \ | 32 | EXTRA_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 \ |