fix(scrcpy)

closes #3922
This commit is contained in:
Jacob Heider 2023-11-02 14:36:57 -04:00 committed by Jacob Heider
parent fce85c334c
commit 26085db249

View file

@ -19,7 +19,6 @@ dependencies:
build:
dependencies:
gnu.org/gcc: '*'
mesonbuild.com: '*'
ninja-build.org: '*'
freedesktop.org/pkg-config: '*'
@ -28,8 +27,9 @@ build:
working-directory: build
script:
- wget $PREBUILT_SERVER_URL -O scrcpy-server
- meson $ARGS ..
- ninja -j {{ hw.concurrency }} install
- meson setup $ARGS ..
- meson compile --verbose
- meson install
env:
PREBUILT_SERVER_URL: https://github.com/Genymobile/scrcpy/releases/download/v{{version.marketing}}/scrcpy-server-v{{version.marketing}}