From b281d38a1ce0d7724e456b4d64af3df0dbbefba3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:02:20 -0800 Subject: [PATCH] fix(mesa): enable intel-rt if `%with_vulkan_hw` (#8758) (#8759) (cherry picked from commit 0d9d31b5ffed976fafa62e08a690358bd98f1197) Signed-off-by: madomado Co-authored-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