diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | amtterm.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index c691bea..a05a862 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ include mk/Autoconf.mk define make-config LIB := $(LIB) HAVE_GTK := $(call ac_pkg_config,gtk+-x11-3.0) -HAVE_VTE := $(call ac_pkg_config,vte-2.90) +HAVE_VTE := $(call ac_pkg_config,vte-2.91) endef ################################################################# diff --git a/amtterm.spec b/amtterm.spec index f5a6a10..eb6cc01 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -10,7 +10,7 @@ Requires: xdg-utils BuildRequires: desktop-file-utils BuildRequires: pkgconfig(gtk+-x11-3.0) -BuildRequires: pkgconfig(vte-2.90) +BuildRequires: pkgconfig(vte-2.91) %description Serial-over-lan (sol) client for Intel AMT. |