[gnome-terminal: 4/4] build: Bump vte req version
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal: 4/4] build: Bump vte req version
- Date: Sat, 19 Mar 2016 12:17:20 +0000 (UTC)
commit 8aff2d41dbeba95ce1e063b02a2d2b596386f9ae
Author: Christian Persch <chpe gnome org>
Date: Sat Mar 19 13:16:44 2016 +0100
build: Bump vte req version
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9ab251..ca0a4f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ case "$with_gtk" in
GTK_MIN_REQUIRED=3.8
GTK_MAX_ALLOWED=3.14
VTE_API_VERSION=2.91
- VTE_REQUIRED=0.44.0
+ VTE_REQUIRED=0.45.0
;;
esac
@@ -87,7 +87,6 @@ AC_MSG_RESULT([$with_pcre2])
PCRE2_PKGS=
if test "$with_pcre2" = "yes"; then
PCRE2_PKGS="libpcre2-8 >= $PCRE2_REQUIRED"
- VTE_REQUIRED=0.45.0
PKG_CHECK_MODULES([PCRE2],[$PCRE2_PKGS],,
[AC_MSG_ERROR([PCRE2 requested but libpcre2-8 not found. Use --without-pcre2 to disable PCRE2])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]