X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmeson.build;h=ed0a3091d6dfd4f3ed662c9ca654175491717019;hp=1d8e7633369abbde7d1ff2e522fb87bf97cf18e7;hb=0464ee7f9d9383175c31192500ee9e6d9f01fe60;hpb=42e29feb8bdaf2854da69f9b5d779a891ffa5d71 diff --git a/src/meson.build b/src/meson.build index 1d8e7633369..ed0a3091d6d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -126,6 +126,6 @@ if with_glx != 'disabled' and not with_glvnd libraries : libgl, libraries_private : gl_priv_libs, requires_private : gl_priv_reqs, - variables : ['glx_tls=yes'], + variables : ['glx_tls=@0@'.format(use_elf_tls ? 'yes' : 'no')], ) endif