summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-11-30 14:45:34 +0300
committerWolfgang Ulbrich <[email protected]>2015-12-04 13:34:41 +0100
commite358361112004299b0f4256b517df80340f37c7a (patch)
tree3f91b5d9299125f7ec9e5d0933ae01125be5619b
parenta70138c5c168eb87e579feb315b4935f502a82d1 (diff)
downloadmate-terminal-e358361112004299b0f4256b517df80340f37c7a.tar.bz2
mate-terminal-e358361112004299b0f4256b517df80340f37c7a.tar.xz
require VTE 0.38 for GTK+3 build
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3364768..36945ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ AM_GLIB_GNU_GETTEXT
GLIB_REQUIRED=2.36.0
GIO_REQUIRED=2.25.12
-VTE_REQUIRED=0.27.1
MATE_DESKTOP_REQUIRED=1.9.0
AC_MSG_CHECKING([which gtk+ version to compile against])
@@ -63,11 +62,13 @@ case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
GTK_REQUIRED=2.24.0
GDK_TARGETS="$($PKG_CONFIG --variable target gdk-$GTK_API_VERSION)"
+ VTE_REQUIRED=0.28
VTE_PC_VERSION=
;;
3.0) GTK_API_VERSION=3.0
GTK_REQUIRED=3.0.0
GDK_TARGETS="$($PKG_CONFIG --variable targets gdk-$GTK_API_VERSION)"
+ VTE_REQUIRED=0.38
VTE_PC_VERSION=-2.91
;;
esac