diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-28 17:52:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 10:41:37 +0000 |
commit | 03ba78bef493fb7e64d9e7187fc20eebaa1153f8 (patch) | |
tree | 22b9291a7a6738782cb85f891deaaf79a59c187d /meta/recipes-graphics | |
parent | 4a8d62ca86d7a8027afcb41a67a5a78183507b8c (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 4 |
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}" | |||
14 | DEPENDS = "util-macros" | 14 | DEPENDS = "util-macros" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | EXTRA_OECONF = "--with-fop=no --without-xmlto" | 17 | EXTRA_OECONF = "--without-fop --without-xmlto" |
18 | |||
19 | UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto" | ||
18 | 20 | ||
19 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
20 | RDEPENDS_${PN}-dev = "" | 22 | RDEPENDS_${PN}-dev = "" |