summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-wm
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-26 13:20:40 +0000
committerChris Lord <chris@openedhand.com>2005-09-26 13:20:40 +0000
commit4ab809c73b1c3da558c6e3619fb95f990eb85d55 (patch)
tree9be8e1c298a6cbc76978246109b93df884302f8c /openembedded/packages/matchbox-wm
parentcce4f66d915e25d16e82002a941d1e5b1578eefa (diff)
downloadpoky-4ab809c73b1c3da558c6e3619fb95f990eb85d55.tar.gz
Disable pango support in libmatchbox, add gconf dep and enable gconf in
matchbox-wm git-svn-id: https://svn.o-hand.com/repos/poky@35 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-wm')
-rw-r--r--openembedded/packages/matchbox-wm/matchbox-wm_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb
index 5ac11d212d..0983c6d679 100644
--- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb
+++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb
@@ -1,10 +1,10 @@
1SECTION = "x11/wm" 1SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager" 2DESCRIPTION = "Matchbox window manager"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" 4DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common gconf"
5RDEPENDS = "matchbox-common" 5RDEPENDS = "matchbox-common"
6PV = "0.9.5cvs${CVSDATE}" 6PV = "0.9.5cvs${CVSDATE}"
7PR = "r2" 7PR = "r3"
8DEFAULT_PREFERENCE = "-1" 8DEFAULT_PREFERENCE = "-1"
9 9
10SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ 10SRC_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
29EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat" 29EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat --enable-gconf"
30 30
31do_install_prepend() { 31do_install_prepend() {
32 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig 32 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig