mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 15:44:45 +00:00
glx-use-tls: moved to oe-core with mesa recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
cdd71aaf7f
commit
3693a950b8
@ -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)}"
|
||||
Loading…
x
Reference in New Issue
Block a user