summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"
14DEPENDS = "util-macros" 14DEPENDS = "util-macros"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17EXTRA_OECONF = "--with-fop=no --without-xmlto" 17EXTRA_OECONF = "--without-fop --without-xmlto"
18
19UNKNOWN_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
20RDEPENDS_${PN}-dev = "" 22RDEPENDS_${PN}-dev = ""