mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
meson: Use the right test
This commit is contained in:
parent
25ce5d29c1
commit
55cbd03a81
|
@ -66,7 +66,7 @@ openhmd_required = false
|
|||
v4l2_required = false
|
||||
|
||||
# For now required on Linux
|
||||
if sys.OS() is 'Linux':
|
||||
if target_machine.system() == 'linux'
|
||||
v4l2_required = true
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue