WIP usb_support for all platforms

This commit is contained in:
Romain Vimont 2022-02-08 09:50:58 +01:00
commit ef82204c20

View file

@ -73,7 +73,7 @@ if v4l2_support
src += [ 'src/v4l2_sink.c' ] src += [ 'src/v4l2_sink.c' ]
endif endif
usb_support = host_machine.system() == 'linux' or host_machine.system() == 'windows' usb_support = true
if usb_support if usb_support
src += [ src += [
'src/usb/aoa_hid.c', 'src/usb/aoa_hid.c',