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

community/openbox: disable on riscv64

parent 1166c854
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ pkgver=3.6.1
pkgrel=2
pkgdesc="A highly configurable and standards-compliant X11 window manager"
url="http://openbox.org"
arch="all !s390x !mips !mips64" # librsvg
# s390x, mips64 and riscv64 blocked by librsvg
arch="all !s390x !mips64 !riscv64"
license="GPL-2.0-or-later"
depends_dev="libxcursor-dev libxrandr-dev libxinerama-dev startup-notification-dev"
makedepends="$depends_dev pango-dev libxml2-dev imlib2-dev librsvg-dev
......@@ -16,8 +17,9 @@ source="http://openbox.org/dist/openbox/openbox-$pkgver.tar.gz
https://icculus.org/openbox/tools/setlayout.c"
prepare() {
update_config_sub
default_prepare
update_config_sub
}
build() {
......
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