diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-15 20:12:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:51 +0100 |
commit | 53b68e059534d3010b5af156a8b4c73803758be3 (patch) | |
tree | 7d6e2a6a5447618ba08ebfefeed98cb3be749a59 /meta/recipes-graphics/xorg-lib | |
parent | c61cc3cb9e504364f83acee7e8c1e62a9d4bad42 (diff) | |
download | poky-53b68e059534d3010b5af156a8b4c73803758be3.tar.gz |
xorg-lib-common.inc: add missing dep for xmlto
Add docbook-xml-dtd4-native and docbook-xsl-stylesheets-native
to PACKAGECONFIG[xmlto]'s dep.
[YOCTO #2416]
(From OE-Core rev: 80259291d6a066d43de2976da80cd327d7335d33)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 3db67ced13..09df0109cb 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -16,7 +16,7 @@ inherit autotools distro_features_check pkgconfig | |||
16 | EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop" | 16 | EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native" | 19 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
20 | 20 | ||
21 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \ | 21 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \ |
22 | --disable-specs --without-groff --without-ps2pdf --without-fop \ | 22 | --disable-specs --without-groff --without-ps2pdf --without-fop \ |