This commit is contained in:
parent
f98fe4c0f7
commit
f7deac1543
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user