[gjs] release: Require g-i 1.52.1 for tests



commit 3fbc37bae24a8d93c5d92227325873f1362b4f3a
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Apr 12 17:37:30 2017 -0700

    release: Require g-i 1.52.1 for tests
    
    The next commit will be a patch that requires a test added in 1.52.1.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f1dc047..b114594 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,7 +239,7 @@ AC_CONFIG_LINKS([
 AC_OUTPUT
 
 # Warn about conditions that affect runtime
-PKG_CHECK_EXISTS([gobject-introspection-1.0 >= 1.51.2], [], [
+PKG_CHECK_EXISTS([gobject-introspection-1.0 >= 1.52.1], [], [
     AC_MSG_WARN([You do not have a new enough version of
 gobject-introspection to run the tests. You can still build GJS, but some
 tests will fail.])])


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