From 0d9d31b5ffed976fafa62e08a690358bd98f1197 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 29 Dec 2025 22:01:33 +0800 Subject: [PATCH] fix(mesa): enable intel-rt if `%with_vulkan_hw` (#8758) Signed-off-by: madomado --- anda/lib/mesa/mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index be4a48e166..2fe7c7a20f 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -34,7 +34,7 @@ %endif %endif %ifarch x86_64 -%if !0%{?with_vulkan_hw} +%if 0%{?with_vulkan_hw} %global with_intel_vk_rt 1 %endif %endif