aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa-tls.inc
blob: 1472aa7e740fba42b80d3c744a5e816fac7f0926 (plain)
1
2
3
4
5
6
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"