mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
meson: Improve build when sdl2 not available
Unfortunately doesn't fix 32-bit meson CI
This commit is contained in:
parent
aaa2f0a0bd
commit
b52b3ec649
|
@ -58,7 +58,7 @@ subdir('common')
|
||||||
subdir('openxr')
|
subdir('openxr')
|
||||||
subdir('cli')
|
subdir('cli')
|
||||||
|
|
||||||
if sdl2.found()
|
if get_option('gui').enabled() or (get_option('gui').auto() and sdl2.found())
|
||||||
subdir('gui')
|
subdir('gui')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue