diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-09 10:34:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-10 17:38:35 +0100 |
commit | 79dae067d99393967c1d565dc7ca2081c966a558 (patch) | |
tree | 8bf14e61889bcef0dce979f5d037dcd05f83511a /meta/recipes-graphics | |
parent | e56bc9990e3fdf18cd231946a3ed4a4a7a4b0653 (diff) | |
download | poky-79dae067d99393967c1d565dc7ca2081c966a558.tar.gz |
xserver-xorg.inc: add PACKAGECONFIG for xmlto
Support xmlto for documentation generation and disable it by default.
[YOCTO #2416]
(From OE-Core rev: c2d8322b3e3d1c2cb1ed7ccff59c7e86ab7af751)
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')
-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 8b5747e282..6281eee7f0 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -99,7 +99,6 @@ FILES_${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so" | |||
99 | FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" | 99 | FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" |
100 | 100 | ||
101 | EXTRA_OECONF += "--with-fop=no \ | 101 | EXTRA_OECONF += "--with-fop=no \ |
102 | --without-xmlto \ | ||
103 | --with-pic \ | 102 | --with-pic \ |
104 | --disable-static \ | 103 | --disable-static \ |
105 | --disable-xinerama \ | 104 | --disable-xinerama \ |
@@ -125,6 +124,7 @@ PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto" | |||
125 | 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" |
126 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 125 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
127 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" | 126 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" |
127 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-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 |