[gnome-builder] terminal: bump vte requiremennt to 0.46



commit 93b85053dd1063c785b9004eb3351f86b946e7a5
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Dec 11 00:00:31 2016 +0100

    terminal: bump vte requiremennt to 0.46
    
    Due to the use of vte_terminal_match_add_regex
    we need vte 0.46

 plugins/terminal/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/terminal/configure.ac b/plugins/terminal/configure.ac
index 5732e86..70ca5bf 100644
--- a/plugins/terminal/configure.ac
+++ b/plugins/terminal/configure.ac
@@ -1,4 +1,4 @@
-PKG_CHECK_MODULES(TERMINAL, [vte-2.91 >= 0.40.2], [have_vte=yes], [have_vte=no])
+PKG_CHECK_MODULES(TERMINAL, [vte-2.91 >= 0.46], [have_vte=yes], [have_vte=no])
 
 AC_ARG_ENABLE([terminal-plugin],
               [AS_HELP_STRING([--enable-terminal-plugin=@<:@auto/yes/no@:>@],


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