summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-15 14:32:59 +0300
committermonsta <[email protected]>2017-03-15 14:32:59 +0300
commit7744d11bc6322f4db86a88af21bf9c16ed464a27 (patch)
tree834e09c82cfe487e70b43cb220f26bb32c848639 /configure.ac
parentefb5cf47e38dd168ee55df0460685268bf73f2d1 (diff)
downloadmate-calc-7744d11bc6322f4db86a88af21bf9c16ed464a27.tar.bz2
mate-calc-7744d11bc6322f4db86a88af21bf9c16ed464a27.tar.xz
bump GLib and GTK+ required versions, like in other packages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ed5f4c6..a86c3af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,10 +19,9 @@ dnl ###########################################################################
dnl Dependencies
dnl ###########################################################################
-GLIB_REQUIRED=2.31
-GIO_REQUIRED=2.25.10
-
-GTK_REQUIRED=3.0
+GLIB_REQUIRED=2.36.0
+GIO_REQUIRED=2.36.0
+GTK_REQUIRED=3.14.0
PKG_CHECK_MODULES(MATE_CALC, [
gtk+-3.0 >= $GTK_REQUIRED