meson: always set GLX_USE_TLS
authorDylan Baker <dylan@pnwbakers.com>
Wed, 11 Oct 2017 19:49:31 +0000 (12:49 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 16 Oct 2017 23:32:43 +0000 (16:32 -0700)
commit8e611878c4dfaa4157e14e356ea7b5f9ecf44364
treed6769e6bd492e7f57c39647704d376a87aadbe77
parent90b5ec6c5f225a1f6f4b23d1632b2d842ed7ece0
meson: always set GLX_USE_TLS

This can be applied to all GLX implementations, and in autotools this is
guarded only by the --enable-glx-tls flag. Since this is on by default
in autotools, and is strictly better than being off, the meson build
doesn't even have a toggle for it.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
meson.build