diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-15 23:47:05 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-15 23:47:05 +0100 |
commit | f3e72e52a44305092a07f49ba9dcd3399977ebfa (patch) | |
tree | 62e8afc87480f2eb617ddefed6cafd58532cec91 /configure.ac | |
parent | d9a196be38781261573361e5e71ee6e133e06e23 (diff) | |
download | mate-terminal-f3e72e52a44305092a07f49ba9dcd3399977ebfa.tar.bz2 mate-terminal-f3e72e52a44305092a07f49ba9dcd3399977ebfa.tar.xz |
port to vte291
Thank you to
Author: [email protected]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3bae705..3364768 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ case "$with_gtk" in 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 GDK_TARGETS="$($PKG_CONFIG --variable targets gdk-$GTK_API_VERSION)" - VTE_PC_VERSION=-2.90 + VTE_PC_VERSION=-2.91 ;; esac |