diff options
Diffstat (limited to 'meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb')
-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 \ |