mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +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
|
||||
-Dandroid-libbacktrace=disabled \
|
||||
%ifarch %{ix86}
|
||||
-Dglx-read-only-text=true
|
||||
-Dglx-read-only-text=true \
|
||||
%endif
|
||||
%ifnarch x86_64
|
||||
-Dintel-rt=disabled \
|
||||
%endif
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
|
Loading…
Reference in a new issue