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