forked from pool/libjxl
Always require lcms2 for gtk build #3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 15:56:09 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Always require lcms2 for the gtk build. It is needed when
|
||||
building plugins, and, if gimp is disabled, it needs to be
|
||||
specified explicitly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 21:34:13 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
@ -45,6 +45,7 @@ BuildRequires: cmake
|
||||
BuildRequires: pkg-config
|
||||
%if %{with gtk}
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.12
|
||||
%if %{with gimp}
|
||||
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
|
||||
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user