From f08799bee9ee53100360d86a47bb71591530158b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sat, 25 Jul 2015 12:00:37 +0200 Subject: switch over to use gtk3 --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 5fcb4d6..c691bea 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,8 +19,8 @@ include mk/Autoconf.mk define make-config LIB := $(LIB) -HAVE_GTK := $(call ac_pkg_config,gtk+-x11-2.0) -HAVE_VTE := $(call ac_pkg_config,vte) +HAVE_GTK := $(call ac_pkg_config,gtk+-x11-3.0) +HAVE_VTE := $(call ac_pkg_config,vte-2.90) endef ################################################################# @@ -29,7 +29,7 @@ endef ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes) TARGETS += gamt gamt : CFLAGS += -Wno-strict-prototypes - gamt : pkglst += gtk+-x11-2.0 vte + gamt : pkglst += gtk+-x11-3.0 vte-2.90 endif CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst)) -- cgit