We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2632 added support for HID keyboards, using libusb. It is currently only supported on Linux (because it just works).
If someone knows how to make it work on macOS, your help is welcome.
You must enable the feature for all platforms:
diff --git a/app/meson.build b/app/meson.build index 7f675035..ab035bf8 100644 --- a/app/meson.build +++ b/app/meson.build @@ -72,7 +72,7 @@ if v4l2_support src += [ 'src/v4l2_sink.c' ] endif -usb_support = host_machine.system() == 'linux' +usb_support = true if usb_support src += [ 'src/usb/aoa_hid.c',
Then, if you manage to make it wok, please submit a PR.
The text was updated successfully, but these errors were encountered:
Build on macOS with libusb support
98152f9
Fixes #2774 <#2774>
Please test #3031.
Sorry, something went wrong.
3320249
No branches or pull requests
#2632 added support for HID keyboards, using libusb. It is currently only supported on Linux (because it just works).
If someone knows how to make it work on macOS, your help is welcome.
You must enable the feature for all platforms:
Then, if you manage to make it wok, please submit a PR.
The text was updated successfully, but these errors were encountered: