mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46: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('cli')
|
||||
|
||||
if sdl2.found()
|
||||
if get_option('gui').enabled() or (get_option('gui').auto() and sdl2.found())
|
||||
subdir('gui')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue