Skip to content
Snippets Groups Projects
Commit 56d30c67 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

testing/lavalauncher: stop use of librsvg on riscv64

parent a80677ed
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ builddir="$srcdir/$pkgname-v$pkgver"
# enable SVG image support where possible
case "$CARCH" in
s390x|mips64) ;;
s390x|mips64|riscv64) ;;
*) makedepends="$makedepends librsvg-dev" ;;
esac
......
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