diff options
author | raveit65 <[email protected]> | 2018-01-27 19:07:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-27 19:07:58 +0100 |
commit | 68da519dea443e0b3100065833887e867d8e615a (patch) | |
tree | 1bdd5e1d4a98c35c6d3c7710ac071a4c7be11d60 /configure.ac | |
parent | 1d5300967f4a0e6c1a855f114fd074b96f5a3700 (diff) | |
download | mate-calc-68da519dea443e0b3100065833887e867d8e615a.tar.bz2 mate-calc-68da519dea443e0b3100065833887e867d8e615a.tar.xz |
building: bump required glib and gtk+ versions
and drop old bits
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a56b11d..809eb05 100644 --- a/configure.ac +++ b/configure.ac @@ -19,9 +19,9 @@ dnl ########################################################################### dnl Dependencies dnl ########################################################################### -GLIB_REQUIRED=2.36.0 +GLIB_REQUIRED=2.50.0 GIO_REQUIRED=2.36.0 -GTK_REQUIRED=3.14.0 +GTK_REQUIRED=3.22.0 PKG_CHECK_MODULES(MATE_CALC, [ gtk+-3.0 >= $GTK_REQUIRED |