forked from pool/libjxl
Always require lcms2 for gtk build
This commit is contained in:
parent
0cab574f27
commit
b3528c006f
@ -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>
|
Fri Jan 10 21:34:13 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ BuildRequires: cmake
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
|
||||||
|
BuildRequires: pkgconfig(lcms2) >= 2.12
|
||||||
%if %{with gimp}
|
%if %{with gimp}
|
||||||
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
|
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
|
||||||
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
|
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user