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)