diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-15 20:13:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:51 +0100 |
commit | fc4c43af9a82ef89a3c435334305d87bf2df5e31 (patch) | |
tree | 3e0d9b80b86d87da37f24034f1ac38b03d326145 | |
parent | 53b68e059534d3010b5af156a8b4c73803758be3 (diff) | |
download | poky-fc4c43af9a82ef89a3c435334305d87bf2df5e31.tar.gz |
xserver-xorg.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: 9a81580cc4e8cd260d863751476534ccd380f11c)
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>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 6281eee7f0..628da583b5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -124,7 +124,7 @@ PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto" | |||
124 | PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11" | 124 | PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11" |
125 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 125 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
126 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" | 126 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" |
127 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native" | 127 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
128 | 128 | ||
129 | do_install_append () { | 129 | do_install_append () { |
130 | # Its assumed base-files creates this for us | 130 | # Its assumed base-files creates this for us |