From b3528c006f925aa4099c7d6393e7381e209a127aeccf51095d0f6ceca42d225d Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Wed, 22 Jan 2025 10:05:46 -0600 Subject: [PATCH] Always require lcms2 for gtk build --- libjxl.changes | 7 +++++++ libjxl.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/libjxl.changes b/libjxl.changes index ba124c6..13f6496 100644 --- a/libjxl.changes +++ b/libjxl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 22 15:56:09 UTC 2025 - Michael Gorse + +- 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 diff --git a/libjxl.spec b/libjxl.spec index 0671f28..33c8094 100644 --- a/libjxl.spec +++ b/libjxl.spec @@ -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