fix(mesa): enable intel-rt if %with_vulkan_hw (#8758) (#8759)

(cherry picked from commit 0d9d31b5ff)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-12-29 06:02:20 -08:00
committed by GitHub
parent 7f7a422617
commit b281d38a1c
+1 -1
View File
@@ -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