diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-07 09:03:54 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-07 09:03:54 +0200 |
commit | dc7e1a348cd7b233666f7480cf3f1fbd47560acd (patch) | |
tree | 74e1803b8fa1e22190d0510db8884ef5c3668e65 | |
parent | 67ae0bd66a38e19b9ab16603f532b2a09833056b (diff) | |
download | vconsole-dc7e1a348cd7b233666f7480cf3f1fbd47560acd.tar.gz |
disable vte-2.91
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3bff7d2..8d4ca0b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,7 +24,7 @@ LIB := $(LIB) HAVE_VTE291 := $(call ac_pkg_config,vte-2.91) endef -ifeq ($(HAVE_VTE291),yes) +ifeq ($(HAVE_VTE291),x-yes) pkgvte := vte-2.91 else pkgvte := vte-2.90 |