Skip to content

Commit

Permalink
hosted/meson: Fixed a small issue with hidapi-hidraw's fallback and h…
Browse files Browse the repository at this point in the history
…ow it interacts with `meson.override_dependency()`
  • Loading branch information
dragonmux committed Mar 4, 2024
1 parent c0e2402 commit b129cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/hosted/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if build_machine.system() == 'linux'
hidapi = dependency(
'hidapi-hidraw',
method: 'pkg-config',
fallback: 'hidapi',
fallback: ['hidapi', 'hidapi_hidraw_dep'],
native: is_cross_build,
default_options: [
'default_library=static',
Expand Down

0 comments on commit b129cad

Please sign in to comment.