aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa-tls.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mesa/mesa-tls.inc')
-rw-r--r--recipes/mesa/mesa-tls.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/mesa/mesa-tls.inc b/recipes/mesa/mesa-tls.inc
deleted file mode 100644
index 1472aa7e74..0000000000
--- a/recipes/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"