summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-27 08:13:21 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-27 08:13:21 +0100
commitd7cc7b6c926150ca87f586cdd42a9423d6523733 (patch)
tree168a4093b3d9526222cb9428dd94abc96d2f285d /GNUmakefile
parentd757aa01ea33003c9d932ff843ab27f440ad709e (diff)
downloadamtterm-d7cc7b6c926150ca87f586cdd42a9423d6523733.tar.gz
switch to vte 2.91
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c691bea..a05a862 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -20,7 +20,7 @@ include mk/Autoconf.mk
define make-config
LIB := $(LIB)
HAVE_GTK := $(call ac_pkg_config,gtk+-x11-3.0)
-HAVE_VTE := $(call ac_pkg_config,vte-2.90)
+HAVE_VTE := $(call ac_pkg_config,vte-2.91)
endef
#################################################################