mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user