mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Remove superfluous meson parameters for rusticl
-Dllvm=enabled is already there unconditionally further down. -Drust_std=2021 isn't needed when creating a new build directory from scratch.
This commit is contained in:
parent
7dd8d183e1
commit
b23cdacd5d
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ export RUSTFLAGS="%build_rustflags"
|
|||
-Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
|
||||
-Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
|
||||
%if 0%{?with_opencl}
|
||||
-Dgallium-rusticl=true -Dllvm=enabled -Drust_std=2021 \
|
||||
-Dgallium-rusticl=true \
|
||||
%endif
|
||||
-Dvulkan-drivers=%{?vulkan_drivers} \
|
||||
-Dvulkan-layers=device-select \
|
||||
|
|
Loading…
Reference in a new issue