summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/xorg-lib-common.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index c911925505..98e1416285 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -13,8 +13,9 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF = "--enable-malloc0returnsnull \ 16EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"
17 --disable-specs --with-groff=no --with-ps2pdf=no --with-fop=no --without-xmlto" 17EXTRA_OECONF_append_libc-glibc = " --disable-malloc0returnsnull"
18EXTRA_OECONF_append_libc-uclibc = " --enable-malloc0returnsnull"
18 19
19python () { 20python () {
20 whitelist = [ "pixman", "libpciaccess" ] 21 whitelist = [ "pixman", "libpciaccess" ]