diff --git a/icewm.changes b/icewm.changes index 35142bd..7723ad0 100644 --- a/icewm.changes +++ b/icewm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 22 14:23:19 UTC 2023 - Bjørn Lie + +- Drop pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: No longer + needed nor used (in our case, we use the new default Imlib2). +- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires: Needed to + build {_bindir}/icewm-menu-fdo. + ------------------------------------------------------------------- Tue Oct 3 09:26:20 UTC 2023 - Paolo Stivanin diff --git a/icewm.spec b/icewm.spec index 4088fde..2b429ab 100644 --- a/icewm.spec +++ b/icewm.spec @@ -43,7 +43,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(fribidi) -BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(imlib2) BuildRequires: pkgconfig(sm)