From ef82204c2098abda3d802a3d97aae563522d598f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 8 Feb 2022 09:50:58 +0100 Subject: [PATCH] WIP usb_support for all platforms --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meson.build b/app/meson.build index dcc7eb94..d24c4b34 100644 --- a/app/meson.build +++ b/app/meson.build @@ -73,7 +73,7 @@ if v4l2_support src += [ 'src/v4l2_sink.c' ] endif -usb_support = host_machine.system() == 'linux' or host_machine.system() == 'windows' +usb_support = true if usb_support src += [ 'src/usb/aoa_hid.c',