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
This commit is contained in:
Chris Lord
2005-09-26 13:20:40 +00:00
parent cce4f66d91
commit 4ab809c73b
3 changed files with 13 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
SECTION = "x11/libs"
DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "x11 xext expat libxft pango jpeg libpng zlib libxsettings-client"
PR="r1"
DEPENDS = "x11 xext expat libxft jpeg libpng zlib libxsettings-client"
PR="r2"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-pango --enable-xsettings"
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings"
S = "${WORKDIR}/libmatchbox-${PV}"