aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-07 18:38:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 18:08:33 +0100
commit8c4b9ae0bdfac38b5da59dbc47c9d7864be56573 (patch)
tree9dc02a082a3e5c1d9d2d9d499384515275ec162c /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parent3476f1548e14c4ed3d719bc75bb729f8f33e31ac (diff)
downloadopenembedded-core-contrib-8c4b9ae0bdfac38b5da59dbc47c9d7864be56573.tar.gz
xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which doesn't enable it for uClibc
(From OE-Core rev: 9e5c8cb78fcc5d26e1b91172aa6e98890d9ea75c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index dfad8f3206..726fbaa35e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -3,6 +3,8 @@ require xserver-xorg-common.inc
PROTO_DEPS += "xf86driproto dri2proto"
LIB_DEPS += "virtual/libgl"
+require ../mesa/glx-use-tls.inc
+
EXTRA_OECONF += "--disable-static \
--disable-acfb \
--disable-ccfb \
@@ -16,7 +18,6 @@ EXTRA_OECONF += "--disable-static \
--disable-xnest \
--disable-xvfb \
--enable-composite \
- --enable-glx-tls \
--sysconfdir=/etc/X11 \
--localstatedir=/var \
--with-pic \