summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mesa.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mesa.spec b/Mesa.spec
index 47df97d..7309035 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -1506,6 +1506,12 @@ freedreno broadcom imagination-experimental panfrost \
vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
+%if %{with gallium_rusticl}
+%ifarch %{arm32_with_hf}
+export BINDGEN_EXTRA_CLANG_ARGS="-mfloat-abi=hard"
+%endif
+%endif
+
%meson build \
-Dplatforms=x11%{?with_wayland:,wayland} \
-Ddri3=enabled \