diff --git a/Mesa.changes b/Mesa.changes index 72abd66..2c77b43 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -8,6 +8,11 @@ Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller * intel/dev: drop warning for unhandled hwconfig keys * anv: Use sampleLocationsEnable for sample locations +------------------------------------------------------------------- +Fri Aug 12 22:06:24 UTC 2022 - Xu Zhao + +- Enable zink driver build on x86_64 + ------------------------------------------------------------------- Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller diff --git a/Mesa.spec b/Mesa.spec index 7aa5b56..9037385 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -166,6 +166,9 @@ BuildRequires: pkgconfig(libva) BuildRequires: pkgconfig(presentproto) %if "%{flavor}" == "drivers" BuildRequires: pkgconfig(vdpau) >= 1.1 +%ifarch %{ix86} x86_64 +BuildRequires: pkgconfig(vulkan) +%endif %endif BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) @@ -824,7 +827,7 @@ egl_platforms=x11,wayland %endif %ifarch %{ix86} x86_64 -Ddri-drivers= \ - -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12 \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12,zink \ %else %ifarch %{arm} aarch64 -Ddri-drivers= \