Skip to content

Commit

Permalink
Merge pull request #194 from centricular/meson-trivial-fix
Browse files Browse the repository at this point in the history
meson: Don't build glx tests if x11 is disabled
  • Loading branch information
ebassi authored Sep 9, 2019
2 parents 7888347 + 59a689a commit af38a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af38a46

Please sign in to comment.