mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-25 00:22:19 +00:00
Fix fedora package in build instructions
In Fedora, the package is libusb1-devel. Fixes #4131 <https://github.com/Genymobile/scrcpy/issues/4131> PR #4132 <https://github.com/Genymobile/scrcpy/pull/4132> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
7b7076ef85
commit
625934fb1b
@ -77,7 +77,7 @@ pip3 install meson
|
||||
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
# client build dependencies
|
||||
sudo dnf install SDL2-devel ffms2-devel libusb-devel meson gcc make
|
||||
sudo dnf install SDL2-devel ffms2-devel libusb1-devel meson gcc make
|
||||
|
||||
# server build dependencies
|
||||
sudo dnf install java-devel
|
||||
|
Loading…
Reference in New Issue
Block a user