mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-21 06:01:43 +00:00
build: Set XRT_HAVE_V4L2 in meson too
This commit is contained in:
parent
b7b9d9307b
commit
07d8fdae46
|
@ -55,6 +55,10 @@ if sdl2.found()
|
|||
have_conf.set('XRT_HAVE_SDL2', true)
|
||||
endif
|
||||
|
||||
if v4l2.found()
|
||||
have_conf.set('XRT_HAVE_V4L2', true)
|
||||
endif
|
||||
|
||||
xrt_config_have_h = configure_file(
|
||||
output: 'xrt_config_have.h',
|
||||
configuration: have_conf,
|
||||
|
|
Loading…
Reference in a new issue