[OE-core] [PATCH 7/8] xorg-lib-common.inc: enable xmlto

Hongxu Jia hongxu.jia at windriver.com
Tue Jul 8 09:47:59 UTC 2014


[YOCTO #2416]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 7231664..123a799 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -3,7 +3,7 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
 
 SECTION = "x11/libs"
 LICENSE = "MIT-X"
-DEPENDS = "util-macros"
+DEPENDS = "util-macros xmlto-native"
 
 XORG_PN = "${BPN}"
 
@@ -13,9 +13,9 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools distro_features_check pkgconfig
 
-EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"
+EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop --with-xmlto"
 
 UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
-                                --disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"
+                                --disable-specs --without-groff --without-ps2pdf --without-fop --with-xmlto"
 
 REQUIRED_DISTRO_FEATURES ?= "x11"
-- 
1.8.1.2




More information about the Openembedded-core mailing list