From f7deac154364630ff6565b2c50800a19f86ef692537ce0d2d320425d0fb81c30 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 7 Jun 2024 20:31:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=77 --- fastfetch.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fastfetch.spec b/fastfetch.spec index 3ac3807..eab9ec2 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -30,7 +30,13 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: opencl-headers BuildRequires: vulkan-headers +# For some reason these don't build on 15.5 +# Once the 15.6 repo is enabled, check to see if it builds there +%if 0%{?suse_version} > 1600 +%ifarch x86_64 BuildRequires: pkgconfig(DirectX-Headers) +%endif +%endif BuildRequires: pkgconfig(ImageMagick) BuildRequires: pkgconfig(chafa) BuildRequires: pkgconfig(dbus-1)