SHA256
1
0
forked from pool/libjxl

Always require lcms2 for gtk build #3

Merged
jengelh merged 1 commits from mgorse/libjxl:master into master 2025-01-22 17:23:37 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -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