diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-01-06 17:36:20 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-02-03 19:02:30 +0100 |
commit | cb64228291842ac73d6bf64d93e35070aab88de1 (patch) | |
tree | 78c3300673718d9e948617f29a304937c3fcae5d /configure.ac | |
parent | a42a5d0806b8a70112d0daabd26bd20b281eb472 (diff) | |
download | gnome-desktop-cb64228291842ac73d6bf64d93e35070aab88de1.tar.gz |
thumbnail: Deprecate gnome_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
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 5baf1a2e..2174a468 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ GLIB_TESTS dnl If you add a version number here, you *must* add an AC_SUBST line for dnl it too, or it will never make it into the spec file! -GDK_PIXBUF_REQUIRED=2.36.1 +GDK_PIXBUF_REQUIRED=2.36.5 GTK_REQUIRED=3.3.6 GLIB_REQUIRED=2.44.0 XRANDR_REQUIRED=1.3 |