diff options
Diffstat (limited to 'testing/fuzzel/APKBUILD')
-rw-r--r-- | testing/fuzzel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fuzzel/APKBUILD b/testing/fuzzel/APKBUILD index 182719c68a..01982690af 100644 --- a/testing/fuzzel/APKBUILD +++ b/testing/fuzzel/APKBUILD @@ -26,7 +26,7 @@ builddir="$srcdir/fuzzel" # enable support for SVG icons where possible case "$CARCH" in - s390x|mips64) ;; + s390x|mips64|riscv64) ;; *) makedepends="$makedepends librsvg-dev" ;; esac |