Disable neon for graphene
Upstream report: https://github.com/ebassi/graphene/issues/215
This commit is contained in:
parent
755384e6e7
commit
7017541fc5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user