Disable neon for graphene

Upstream report:
https://github.com/ebassi/graphene/issues/215
This commit is contained in:
Nicolas Chauvet 2021-03-09 14:32:34 +01:00
parent 755384e6e7
commit 7017541fc5

View File

@ -37,7 +37,13 @@ the functionality of the installed %{name} package.
%autosetup -p1
%build
%meson -Dgtk_doc=true
# Disable neon
# https://github.com/ebassi/graphene/issues/215
%meson -Dgtk_doc=true \
%ifarch %{arm}
-Darm_neon=false \
%endif
%meson_build
%install