From: Ross Burton Date: Mon, 28 Oct 2013 17:52:31 +0000 (+0000) Subject: xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST X-Git-Tag: 2015-4~4789 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2544dc51fdebed77ff6eddf27d0ee897c5f5c257;p=openembedded-core.git xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST This include adds configure options globally but not all X libraries support them, so to avoid unknown-configure-option warnings add them to the whitelist. Also change the options from --enable-foo=no to --disable-foo as they're clearer and the whitelist would have to contain --enable-foo. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc index 856f4d8f33..4680d0eeae 100644 --- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc +++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc @@ -14,7 +14,9 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" DEPENDS = "util-macros" inherit autotools pkgconfig -EXTRA_OECONF = "--with-fop=no --without-xmlto" +EXTRA_OECONF = "--without-fop --without-xmlto" + +UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies RDEPENDS_${PN}-dev = ""