diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 09:05:03 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 09:05:03 +0100 |
commit | bef8cbcd10dfcf10b285336847173c04dfdf1273 (patch) | |
tree | 373b30c35a20e9dc60303ed1f17d208cd7b2bc52 /GNUmakefile | |
parent | fefba8c7730e1f4417a707c3538f0062347e32c5 (diff) | |
download | amtterm-bef8cbcd10dfcf10b285336847173c04dfdf1273.tar.gz |
*really* switch to vte 2.91
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index a05a862..c05b5b3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,8 @@ include mk/Autoconf.mk define make-config LIB := $(LIB) -HAVE_GTK := $(call ac_pkg_config,gtk+-x11-3.0) +HAVE_GTK := $(call ac_pkg_config,gtk+-3.0) +HAVE_GDK := $(call ac_pkg_config,gdk-3.0) HAVE_VTE := $(call ac_pkg_config,vte-2.91) endef @@ -29,7 +30,7 @@ endef ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes) TARGETS += gamt gamt : CFLAGS += -Wno-strict-prototypes - gamt : pkglst += gtk+-x11-3.0 vte-2.90 + gamt : pkglst += gtk+-3.0 gdk-3.0 vte-2.91 endif CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst)) |