From fa0d83ad8cd2c4523ac2b95547812a9c66ed3f1b8d82ebbf96a34d04d65e41fb Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 20 Aug 2022 08:53:29 +0000 Subject: [PATCH] Accepting request 994830 from home:nuklly:branches:X11:XOrg - Enable zink driver build on x86_64 OBS-URL: https://build.opensuse.org/request/show/994830 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1130 --- Mesa.changes | 5 +++++ Mesa.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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= \