mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-15 10:32:23 +08:00
19 lines
578 B
Diff
19 lines
578 B
Diff
--- a/PKGBUILD
|
|
+++ b/PKGBUILD
|
|
@@ -7,7 +7,7 @@
|
|
arch=('aarch64')
|
|
url='https://github.com/Genymobile/scrcpy'
|
|
license=('Apache')
|
|
-depends=('android-tools' 'ffmpeg' 'sdl2')
|
|
+depends=('ffmpeg' 'sdl2')
|
|
makedepends=('meson')
|
|
optdepends=('android-tools: required if adb is not already installed')
|
|
source=("https://github.com/Genymobile/scrcpy/archive/v${pkgver}.tar.gz"
|
|
@@ -26,7 +26,6 @@
|
|
--prefix /usr \
|
|
--buildtype release \
|
|
--strip \
|
|
- -Db_lto=true \
|
|
-Dprebuilt_server="../scrcpy-server-v${pkgver}" \
|
|
build
|
|
ninja -C build
|