glx-use-tls: moved to oe-core with mesa recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2011-09-09 09:07:27 +02:00
committed by Koen Kooi
parent cdd71aaf7f
commit 3693a950b8
-7
View File
@@ -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)}"