temp/mutter-mobile: disable on riscv64
Fails for a weird reason, disable to get the initial bpo build for riscv64 done. Related: https://builds.sr.ht/~postmarketos/job/869829
This commit is contained in:
parent
e017c774f1
commit
5e9e802c67
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ pkgver=43.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="clutter-based window manager and compositor"
|
pkgdesc="clutter-based window manager and compositor"
|
||||||
url="https://wiki.gnome.org/Projects/Mutter/"
|
url="https://wiki.gnome.org/Projects/Mutter/"
|
||||||
arch="all"
|
# ricsv64: doesn't build currently:
|
||||||
|
# https://builds.sr.ht/~postmarketos/job/869829#task-pmbootstrap_build-1224
|
||||||
|
arch="all !riscv64"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
|
|
Loading…
Reference in a new issue