mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
meson: Look for hidapi-libusb
This commit is contained in:
parent
f6571c13de
commit
53e20af10b
|
@ -96,7 +96,7 @@ if 'auto' in drivers
|
|||
endif
|
||||
|
||||
openhmd = dependency('openhmd', required: openhmd_required)
|
||||
hidapi = dependency('hidapi', required: hidapi_required)
|
||||
hidapi = dependency('hidapi-libusb', required: hidapi_required)
|
||||
v4l2 = dependency('libv4l2', required: v4l2_required)
|
||||
|
||||
if openhmd.found() and ('auto' in drivers or 'ohmd' in drivers)
|
||||
|
|
Loading…
Reference in a new issue