mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
Disable intel-rt on non x86_64 architectures
This commit is contained in:
parent
bf1fec6dbb
commit
e92fecd8ca
1 changed files with 4 additions and 1 deletions
|
@ -440,7 +440,10 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
|
||||||
%endif
|
%endif
|
||||||
-Dandroid-libbacktrace=disabled \
|
-Dandroid-libbacktrace=disabled \
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
-Dglx-read-only-text=true
|
-Dglx-read-only-text=true \
|
||||||
|
%endif
|
||||||
|
%ifnarch x86_64
|
||||||
|
-Dintel-rt=disabled \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
Loading…
Reference in a new issue