summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-16 15:58:24 +0100
committerStefano Karapetsas <[email protected]>2014-01-16 15:58:24 +0100
commita3d9254d7354bc959ea1d134c5cb66e3622a753c (patch)
tree5e72acf8c11baa78f1606895df5ecc6af07d7bcb /configure.ac
parent8c3fa1197260efd1f3d5b4322d0197bff8014595 (diff)
downloadmate-terminal-a3d9254d7354bc959ea1d134c5cb66e3622a753c.tar.bz2
mate-terminal-a3d9254d7354bc959ea1d134c5cb66e3622a753c.tar.xz
Fix resizing with GTK3
Taken from https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-0&id=8e6454b0efc01cf212f338c76d5d0557575f9513 Close #36 (https://github.com/mate-desktop/mate-terminal/issues/36)
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 635ff0f..6e75249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ DCONF_OLD_REQUIRED=0.10.0
GLIB_REQUIRED=2.25.0
GIO_REQUIRED=2.25.12
GTK_REQUIRED=2.14.0
-VTE_REQUIRED=0.25.91
+VTE_REQUIRED=0.27.1
AC_MSG_CHECKING([which gtk+ version to compile against])
AC_ARG_WITH([gtk],
@@ -63,7 +63,7 @@ case "$with_gtk" in
VTE_PC_VERSION=
;;
3.0) GTK_API_VERSION=3.0
- GTK_REQUIRED=2.90.6
+ GTK_REQUIRED=2.91.1
VTE_PC_VERSION=-2.90
;;
esac