summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
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 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"
99FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" 99FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so"
100 100
101EXTRA_OECONF += "--with-fop=no \ 101EXTRA_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"
125PACKAGECONFIG[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"
126PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" 125PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
127PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" 126PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
127PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-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