From e92fecd8ca0bdae947ca1832060b492f13bcf401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 6 May 2024 17:41:33 +0200 Subject: [PATCH] Disable intel-rt on non x86_64 architectures --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index af93d89..54230f9 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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