diff options
Diffstat (limited to 'packages/mesa/mesa-tls.inc')
-rw-r--r-- | packages/mesa/mesa-tls.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/mesa/mesa-tls.inc b/packages/mesa/mesa-tls.inc new file mode 100644 index 0000000000..1472aa7e74 --- /dev/null +++ b/packages/mesa/mesa-tls.inc @@ -0,0 +1,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" |