aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-28 17:52:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-29 10:41:37 +0000
commit03ba78bef493fb7e64d9e7187fc20eebaa1153f8 (patch)
tree22b9291a7a6738782cb85f891deaaf79a59c187d /meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
parent4a8d62ca86d7a8027afcb41a67a5a78183507b8c (diff)
downloadopenembedded-core-contrib-03ba78bef493fb7e64d9e7187fc20eebaa1153f8.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xorg-proto-common.inc')
-rw-r--r--meta/recipes-graphics/xorg-proto/xorg-proto-common.inc4
1 files changed, 3 insertions, 1 deletions
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 = ""