diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-23 16:03:33 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-23 16:03:33 +0000 |
commit | 57ea7b39904149aefe3dc6475a9d9f2ad87b4290 (patch) | |
tree | c924eea89239eebce5ff561fb623e4d81a9e49d5 /openembedded/packages/matchbox-wm | |
parent | cf9d9599cc6dfceaf06faa3b3a40c7430f63b4f3 (diff) | |
download | poky-57ea7b39904149aefe3dc6475a9d9f2ad87b4290.tar.gz |
- Use gtk 2.6.7 as opposed to 2.8.3
- Use dbus 0.50 as opposed to 0.36
- Use svn versions of matchbox apps
- Update matchbox svn packages
- Add matchbox-common svn package
- Build gtk tools with gconf
git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-wm')
-rw-r--r-- | openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb index d747243740..5ac11d212d 100644 --- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" | 4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" |
5 | RDEPENDS = "matchbox-common" | 5 | RDEPENDS = "matchbox-common" |
6 | PV = "0.9.5+cvs-${CVSDATE}" | 6 | PV = "0.9.5cvs${CVSDATE}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
@@ -26,7 +26,7 @@ FILES_${PN} = "${bindir} \ | |||
26 | ${datadir}/themes/Default/matchbox \ | 26 | ${datadir}/themes/Default/matchbox \ |
27 | ${datadir}/themes/MBOpus/matchbox" | 27 | ${datadir}/themes/MBOpus/matchbox" |
28 | 28 | ||
29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm" | 29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat" |
30 | 30 | ||
31 | do_install_prepend() { | 31 | do_install_prepend() { |
32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |