mesa: disable tls for uclibc
[openembedded.git] / packages / mesa / mesa-tls.inc
blob1472aa7e740fba42b80d3c744a5e816fac7f0926
2 def get_tls_setting(bb, d):
3     # until we have no prober TLS support in uclibc disable it
4     if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 :
5         return ""
6     return "--enable-glx-tls"