summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-07-15 20:13:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:20:51 +0100
commitfc4c43af9a82ef89a3c435334305d87bf2df5e31 (patch)
tree3e0d9b80b86d87da37f24034f1ac38b03d326145 /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parent53b68e059534d3010b5af156a8b4c73803758be3 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
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"
124PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11" 124PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11"
125PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" 125PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
126PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" 126PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
127PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native" 127PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
128 128
129do_install_append () { 129do_install_append () {
130 # Its assumed base-files creates this for us 130 # Its assumed base-files creates this for us