[gir-repository] WebKit has introspection upstream since 1.1.16



commit 0701281ae3b96508769b1f72d9dff5aeedc15044
Author: Johan Dahlin <johan gnome org>
Date:   Thu Dec 31 15:45:46 2009 +0100

    WebKit has introspection upstream since 1.1.16

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9589279..0f50b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,8 +86,8 @@ PKG_CHECK_MODULES(GNOMEKEYRING, gnome-keyring-1,
                   have_gnomekeyring=true, have_gnomekeyring=false)
 AM_CONDITIONAL(BUILD_GNOMEKEYRING, $have_gnomekeyring)
 
-dnl webkit
-PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= 1.0,
+dnl webkit - has upstream support since 1.1.16
+PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= 1.0 webkit-1.0 < 1.1.16,
                   have_webkit=true, have_webkit=false)
 AM_CONDITIONAL(BUILD_WEBKIT, $have_webkit)
 



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