forked from pool/krita
This commit is contained in:
parent
295a1ef66a
commit
b6e326ed6a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 12:51:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Require the optional xsimd dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 09:50:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,6 +17,10 @@
|
||||
|
||||
|
||||
%bcond_without released
|
||||
# TODO: Check if 15.5 gets this dependency
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without xsimd
|
||||
%endif
|
||||
Name: krita
|
||||
Version: 5.1.3
|
||||
Release: 0
|
||||
@ -86,6 +90,9 @@ BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5X11Extras)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
BuildRequires: cmake(QuaZip-Qt5)
|
||||
%if %{with xsimd}
|
||||
BuildRequires: cmake(xsimd)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(OpenColorIO)
|
||||
# not in 15.5 yet
|
||||
%if 0%{?suse_version} > 1500
|
||||
|
Loading…
Reference in New Issue
Block a user