Merge branch 'meson-test-environment-workaround' into 'master'

tests: Work around a bug in Meson 0.58.

Closes #218

See merge request glvnd/libglvnd!243
This commit is contained in:
Kyle Brenneman 2021-10-28 15:30:02 +00:00
commit 2d69d4720c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if with_glx
foreach t : [['basic', ['-t', '1', '-i', '1'], env_glx],
['loop', ['-t', '1', '-i', '250'], env_glx],
['threads', ['-t', '5', '-i', '20000'], [env_glx, 'LD_PRELOAD=libpthread.so.0']],
['threads', ['-t', '5', '-i', '20000'], env_glx + ['LD_PRELOAD=libpthread.so.0']],
]
test(
'glxmakecurrent (@0@)'.format(t[0]),