mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-03-06 14:27:48 +00:00
Fix hidapi dependency by symlinking libusb.so to target libusb-1.0.so
This commit is contained in:
parent
68b1edcb84
commit
1d218eddfa
|
@ -28,6 +28,9 @@
|
|||
"/lib/*.la",
|
||||
"/lib/pkgconfig"
|
||||
],
|
||||
"post-install": [
|
||||
"ln -s libusb-1.0.so /app/lib/libusb.so"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
|
@ -44,7 +47,6 @@
|
|||
"-DENABLE_ALSA=OFF",
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF",
|
||||
"-DENABLE_WX=OFF",
|
||||
"-DDISTRIBUTOR=Flathub"
|
||||
],
|
||||
"build-options": {
|
||||
|
|
Loading…
Reference in a new issue