aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-06-27 11:48:05 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-06-27 11:48:05 +0200
commit5c04870d60159bafe4931ce8a140840dd0a7429b (patch)
tree23eeaa771883f28154cd998d07159796df34f33d /GNUmakefile
parentdc7e1a348cd7b233666f7480cf3f1fbd47560acd (diff)
downloadvconsole-5c04870d60159bafe4931ce8a140840dd0a7429b.tar.gz
transition to vte-2.91
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8d4ca0b..cb92401 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -21,15 +21,9 @@ include mk/Autoconf.mk
define make-config
LIB := $(LIB)
-HAVE_VTE291 := $(call ac_pkg_config,vte-2.91)
endef
-ifeq ($(HAVE_VTE291),x-yes)
-pkgvte := vte-2.91
-else
-pkgvte := vte-2.90
-endif
-pkgs_vconsole := glib-2.0 gthread-2.0 gtk+-3.0 $(pkgvte) libvirt
+pkgs_vconsole := glib-2.0 gthread-2.0 gtk+-3.0 vte-2.91 libvirt
pkgs_vpublish := glib-2.0 gthread-2.0 libvirt libxml-2.0 avahi-client avahi-glib
HAVE_DEPS := $(shell pkg-config $(pkgs_vconsole) $(pkgs_vpublish) && echo yes)