diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-26 13:55:17 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-26 13:55:17 +0000 |
commit | 4a6c9c2ca185c81cc2617a8d7ec7f02eb8eb1a4c (patch) | |
tree | 48c74aec5cd7100c57f6fc518ffebe4c98e866b3 | |
parent | 69ec021b845cf0734f89e5b6a692b5d9ea0a5f1f (diff) | |
download | poky-4a6c9c2ca185c81cc2617a8d7ec7f02eb8eb1a4c.tar.gz |
sanitize mb svn bb a little
git-svn-id: https://svn.o-hand.com/repos/poky@37 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb index 0983c6d679..48d9044f3b 100644 --- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
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 matchbox-common gconf" | 4 | DEPENDS = "libmatchbox x11 xext libxrender startup-notification expat matchbox-common gconf" |
5 | RDEPENDS = "matchbox-common" | 5 | RDEPENDS = "matchbox-common" |
6 | PV = "0.9.5cvs${CVSDATE}" | 6 | PV = "0.9.5cvs${CVSDATE}" |
7 | PR = "r3" | 7 | PR = "r3" |
@@ -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 --enable-expat --enable-gconf" | 29 | EXTRA_OECONF = "--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 |