diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-10-15 12:24:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 14:10:39 +0100 |
commit | 9448de61c0f6fc8dfadcbfa069904a5e79ae81b0 (patch) | |
tree | 1e4ba1e330d1e080f772ea760febb91a54d40543 /meta/recipes-graphics/mesa | |
parent | 2fd6598a2ced86a54e82062e9e2a547544360e32 (diff) | |
download | poky-9448de61c0f6fc8dfadcbfa069904a5e79ae81b0.tar.gz |
xserver-xorg: remove glx-use-tls again
* khem confirmed that uclibc does support it now
(From OE-Core rev: 629bea96ae07d9f3129a5da488682851a4e09d52)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 7530872fa4..0000000000 --- a/meta/recipes-graphics/mesa/glx-use-tls.inc +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | def get_tls_setting(bb, d): | ||
2 | # until we have no prober TLS support in uclibc disable it | ||
3 | if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 : | ||
4 | return "" | ||
5 | return "--enable-glx-tls" | ||
6 | |||
7 | EXTRA_OECONF += "${@get_tls_setting(bb, d)}" | ||