summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-28 11:43:24 +0300
committerraveit65 <[email protected]>2018-01-29 14:22:01 +0100
commit31da7a4eb64da546b3eb9d3226f6a5710bf0de2d (patch)
tree90b3951963f1f66c382b2c9e01273549c4b22dfa /configure.ac
parentc0f503b1b003bb664545a3685b863f2ce6fdb1c4 (diff)
downloadmate-user-share-31da7a4eb64da546b3eb9d3226f6a5710bf0de2d.tar.bz2
mate-user-share-31da7a4eb64da546b3eb9d3226f6a5710bf0de2d.tar.xz
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a2f6370..df24355 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,8 +62,8 @@ AS_IF([test "x$enable_bluetooth" = "xyes"],[
])
AM_CONDITIONAL(USE_BLUETOOTH, [test "$enable_bluetooth" = "yes"])
-GLIB_REQUIRED_VERSION=2.36.0
-GTK_REQUIRED_VERSION=3.14.0
+GLIB_REQUIRED_VERSION=2.50.0
+GTK_REQUIRED_VERSION=3.22.0
dnl ==========================================================================