diff options
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 98e1416285..07b0373308 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -17,6 +17,9 @@ EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop - | |||
17 | EXTRA_OECONF_append_libc-glibc = " --disable-malloc0returnsnull" | 17 | EXTRA_OECONF_append_libc-glibc = " --disable-malloc0returnsnull" |
18 | EXTRA_OECONF_append_libc-uclibc = " --enable-malloc0returnsnull" | 18 | EXTRA_OECONF_append_libc-uclibc = " --enable-malloc0returnsnull" |
19 | 19 | ||
20 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \ | ||
21 | --disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto" | ||
22 | |||
20 | python () { | 23 | python () { |
21 | whitelist = [ "pixman", "libpciaccess" ] | 24 | whitelist = [ "pixman", "libpciaccess" ] |
22 | if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): | 25 | if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): |