--- GNUmakefile.old 2016-02-25 01:54:06.000000000 +0100
+++ GNUmakefile 2016-02-25 01:55:35.000000000 +0100
@@ -20,7 +20,7 @@ include mk/Autoconf.mk
HAVE_GTK := $(call ac_pkg_config,gtk+-3.0)
-HAVE_VTE := $(call ac_pkg_config,vte)
+HAVE_VTE := $(call ac_pkg_config,vte-2.91)
#################################################################
ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes)
gamt : CFLAGS += -Wno-strict-prototypes
- gamt : pkglst += gtk+-3.0 vte
+ gamt : pkglst += gtk+-3.0 vte-2.91
CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst))