Skip to content
Snippets Groups Projects
Verified Commit d782bc26 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/scrcpy: disable on loongarch64

parent a06d6df1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ pkgver=2.4
pkgrel=0
pkgdesc="Display and control your Android device"
url="https://github.com/Genymobile/scrcpy"
arch="all !s390x !ppc64le" # limited by android-tools
arch="all !s390x !ppc64le !loongarch64" # limited by android-tools
license="Apache-2.0"
options="!check" # no test suite
depends="android-tools"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment