Skip to content
Snippets Groups Projects
Verified Commit 0cb9dbd1 authored by alice's avatar alice
Browse files

community/libadwaita: disable check on armhf/armv7

parent 26841af2
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -12,6 +12,13 @@ checkdepends="dbus mesa-dri-gallium xvfb-run ttf-dejavu" # needs any font
subpackages="$pkgname-dev $pkgname-lang $pkgname-demo"
source="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/$pkgver/libadwaita-$pkgver.tar.gz"
case "$CARCH" in
arm*)
# FIXME: test-button-content segfaults
options="$options !check"
;;
esac
build() {
abuild-meson . output -Dexamples=true -Dgtk_doc=false
meson compile ${JOBS:+-j ${JOBS}} -C output
......
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