fix(scrcpy)

closes #5429
This commit is contained in:
Jacob Heider 2024-03-07 17:59:25 -05:00
parent b8aea925e0
commit bdc6051926
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -30,7 +30,7 @@ build:
# https://github.com/Genymobile/scrcpy/commit/4135c411af419f4f86dc9ec9301c88012d616c49
- run: patch -p1 < props/4135c411af419f4f86dc9ec9301c88012d616c49.diff
working-directory: ..
if: '>=2.3<=2.3.1'
if: '>=2.3<2.3.2'
- wget $PREBUILT_SERVER_URL -O scrcpy-server
- meson setup $ARGS ..
- meson compile --verbose