From 03ba78bef493fb7e64d9e7187fc20eebaa1153f8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Oct 2013 17:52:31 +0000 Subject: 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. (From OE-Core rev: 2544dc51fdebed77ff6eddf27d0ee897c5f5c257) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xorg-proto/xorg-proto-common.inc') 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 = "" -- cgit 1.2.3-korg