diff options
author | Michał Polański <michal@polanski.me> | 2021-07-10 00:44:03 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2021-07-10 00:44:03 +0200 |
commit | 5ef100359b0ee7c79f3045c48507e02ad42b9675 (patch) | |
tree | d6620814094b0a800222a588cf965c2fc76bea91 /testing/icewm | |
parent | baf0701d86d066305188ecd477194c8be2cc5061 (diff) | |
download | aports-5ef100359b0ee7c79f3045c48507e02ad42b9675.zip |
testing/icewm: disable support for SVG icons on riscv64
librsvg is not available on this platform
Diffstat (limited to 'testing/icewm')
-rw-r--r-- | testing/icewm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/icewm/APKBUILD b/testing/icewm/APKBUILD index d7ddbb4df1d..8f9c06a69e1 100644 --- a/testing/icewm/APKBUILD +++ b/testing/icewm/APKBUILD @@ -30,7 +30,7 @@ makedepends="alsa-lib-dev source="https://github.com/ice-wm/icewm/releases/download/$pkgver/icewm-$pkgver.tar.lz" case "$CARCH" in - s390x|mips*) + s390x|mips*|riscv64) ;; *) makedepends="$makedepends librsvg-dev" |