diff options
author | Bastien Nocera <[email protected]> | 2017-07-14 11:41:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-12 13:11:41 +0100 |
commit | f7ca9dc7fcc5e088fad181e6f76c5e8a47d70a22 (patch) | |
tree | bfc833134d6a948d1ce56975b1414b61aead3b70 /configure.ac | |
parent | 4d71cc446d3211280ee97609afcb504c0cf4b819 (diff) | |
download | eom-f7ca9dc7fcc5e088fad181e6f76c5e8a47d70a22.tar.bz2 eom-f7ca9dc7fcc5e088fad181e6f76c5e8a47d70a22.tar.xz |
thumbnail: Remove use of mate-desktop-thumbnail helper
don't use mate_desktop_thumbnail_scale_down_pixbuf().
gdk-pixbuf doesn't have the same bugs when shrinking images by large
factors.
https://bugzilla.gnome.org/show_bug.cgi?id=784942
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/0e7749b
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 e358b31..8529497 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ GLIB_REQUIRED=2.52.0 GIO_REQUIRED=2.50.0 GTK_REQUIRED=3.22.0 MATE_DESKTOP_REQUIRED=1.17.0 -GDKPIXBUF_REQUIRED=2.30.0 +GDKPIXBUF_REQUIRED=2.36.5 SHARED_MIME_INFO_REQUIRED=0.20 EXEMPI_REQUIRED=1.99.5 LIBPEAS_REQUIRED=1.8.0 |