diff --git a/WindowMaker.changes b/WindowMaker.changes index 5fe0ee1..f0c4fca 100644 --- a/WindowMaker.changes +++ b/WindowMaker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 3 14:48:40 UTC 2020 - max+suse@dnzm.nl + +- Added build requirements which result in broader image support and UTF-8/RTL + improvements. + ------------------------------------------------------------------- Sat Apr 11 14:41:40 UTC 2020 - chris@computersalat.de diff --git a/WindowMaker.spec b/WindowMaker.spec index 3b3e538..de4ee58 100644 --- a/WindowMaker.spec +++ b/WindowMaker.spec @@ -51,6 +51,9 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wallpaper-branding-openSUSE +BuildRequires: pkgconfig(ImageMagick) +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xft)