diff options
author | Bastien Nocera <[email protected]> | 2017-01-06 17:36:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 00:06:04 +0100 |
commit | 2bce55bfb71a354402499b497f42d0fe6851350b (patch) | |
tree | 32b9448364c50cd8e8f27eb503b83392e70c9f77 /configure.ac | |
parent | 12ffc111c5b9b9c595650a944b5da99453918dbb (diff) | |
download | mate-desktop-2bce55bfb71a354402499b497f42d0fe6851350b.tar.bz2 mate-desktop-2bce55bfb71a354402499b497f42d0fe6851350b.tar.xz |
Deprecate mate_desktop_thumbnail_scale_down_pixbuf()
As scaling down by huge factors is now fixed in gdk-pixbuf. Require the
newer gdk-pixbuf as well, to avoid running into a pre-fix version.
https://bugzilla.gnome.org/show_bug.cgi?id=775991
origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/cb64228
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e17d20..9bc5c2d 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,7 @@ else EXTERNAL_PNP_IDS="$with_pnp_ids_path" fi -GDK_PIXBUF_REQUIRED=2.36.1 +GDK_PIXBUF_REQUIRED=2.36.5 GLIB_REQUIRED=2.50.0 GIO_REQUIRED=2.26.0 GTK_REQUIRED=3.22.0 |