mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -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)}"
|
|
||||||
Reference in New Issue
Block a user