Merge pull request #194 from centricular/meson-trivial-fix

meson: Don't build glx tests if x11 is disabled
macos/v1.5.9
Emmanuele Bassi 5 years ago committed by GitHub
commit af38a466ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/meson.build

@ -80,7 +80,7 @@ if build_egl and build_x11_tests
endforeach
endif
if build_glx
if build_glx and build_x11_tests
glx_common_sources = [ 'glx_common.h', 'glx_common.c', ]
glx_common_lib = static_library('glx_common',
sources: glx_common_sources,

Loading…
Cancel
Save