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

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-12-29 22:01:33 +08:00
committed by GitHub
parent 86905e6b28
commit 0d9d31b5ff
+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