mirror of https://github.com/Genymobile/scrcpy
Add missing client build dependency in Fedora
PR #5147 <https://github.com/Genymobile/scrcpy/pull/5147> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
665ccb32f5
commit
67d4dfb5ff
|
@ -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 libusb1-devel meson gcc make
|
||||
sudo dnf install SDL2-devel ffms2-devel libusb1-devel libavdevice-free-devel meson gcc make
|
||||
|
||||
# server build dependencies
|
||||
sudo dnf install java-devel
|
||||
|
|
Loading…
Reference in New Issue