[gnome-terminal] Lower vte req for gtk2 build



commit 772d63551c5f89f82b2a219c977a844dbd18cfe0
Author: Christian Persch <chpe gnome org>
Date:   Thu Oct 28 22:34:03 2010 +0200

    Lower vte req for gtk2 build

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d8d4d63..ae940f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,6 @@ AM_GLIB_GNU_GETTEXT
 GLIB_REQUIRED=2.25.0
 GIO_REQUIRED=2.25.12
 GCONF_REQUIRED=2.31.3
-VTE_REQUIRED=0.27.1
 
 AC_MSG_CHECKING([which gtk+ version to compile against])
 AC_ARG_WITH([gtk],
@@ -58,10 +57,12 @@ case "$with_gtk" in
   2.0) GTK_API_VERSION=2.0
        GTK_REQUIRED=2.18.0
        VTE_PC_VERSION=
+       VTE_REQUIRED=0.26.0
        ;;
   3.0) GTK_API_VERSION=3.0
        GTK_REQUIRED=2.91.1
        VTE_PC_VERSION=-2.90
+       VTE_REQUIRED=0.27.1
        ;;
 esac
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]