1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

xserver-xorg: remove glx-use-tls again

* khem confirmed that uclibc does support it now

(From OE-Core rev: 629bea96ae07d9f3129a5da488682851a4e09d52)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa
2011-10-15 12:24:19 +02:00
committed by Richard Purdie
parent 2fd6598a2c
commit 9448de61c0
2 changed files with 1 additions and 9 deletions
@@ -1,7 +0,0 @@
def get_tls_setting(bb, d):
# until we have no prober TLS support in uclibc disable it
if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 :
return ""
return "--enable-glx-tls"
EXTRA_OECONF += "${@get_tls_setting(bb, d)}"
@@ -3,11 +3,10 @@ require xserver-xorg-common.inc
PROTO_DEPS += "xf86driproto dri2proto"
LIB_DEPS += "virtual/libgl"
require ../mesa/glx-use-tls.inc
EXTRA_OECONF += "\
--enable-dri \
--enable-dri2 \
--enable-glx-tls \
--with-pic \
--with-int10=x86emu \
"