From b23cdacd5deb470e14ea821c9bf473ceef8dc210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 28 Apr 2023 17:38:40 +0200 Subject: [PATCH] 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. --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index ae4350d..3bed538 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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 \