diff options
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/glx-use-tls.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-graphics/mesa/glx-use-tls.inc b/meta/recipes-graphics/mesa/glx-use-tls.inc deleted file mode 100644 index 7530872fa..000000000 --- a/meta/recipes-graphics/mesa/glx-use-tls.inc +++ /dev/null @@ -1,7 +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" - -EXTRA_OECONF += "${@get_tls_setting(bb, d)}" |