diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 ################################################################# |