meson: Use the right test

This commit is contained in:
Jakob Bornecrantz 2019-09-26 16:30:52 +01:00
parent 25ce5d29c1
commit 55cbd03a81

View file

@ -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