From 42315d097329f4e7571aad8acd88de0d921dcd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 28 Apr 2023 17:36:01 +0200 Subject: [PATCH] Enable intel-clc for ANV ray tracing support --- mesa.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mesa.spec b/mesa.spec index 3bed538..bc2de82 100644 --- a/mesa.spec +++ b/mesa.spec @@ -131,6 +131,9 @@ BuildRequires: pkgconfig(valgrind) %endif BuildRequires: python3-devel BuildRequires: python3-mako +%ifarch %{ix86} x86_64 +BuildRequires: python3-ply +%endif BuildRequires: vulkan-headers BuildRequires: glslang %if 0%{?with_vulkan_hw} @@ -371,6 +374,7 @@ export RUSTFLAGS="%build_rustflags" -Dglx=dri \ -Degl=enabled \ -Dglvnd=true \ + -Dintel-clc=enabled \ -Dmicrosoft-clc=disabled \ -Dllvm=enabled \ -Dshared-llvm=enabled \