]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST
authorRoss Burton <ross.burton@intel.com>
Mon, 28 Oct 2013 17:52:31 +0000 (17:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2013 10:33:11 +0000 (10:33 +0000)
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-proto/xorg-proto-common.inc

index 856f4d8f33f23adfa15343277ca691f7eefdc149..4680d0eeae6fbd87577036164a44f9d7f9a85f44 100644 (file)
@@ -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 = ""