]> spindle.queued.net Git - midori/commitdiff
Require at least 1.1.17 version of WebkitGTK+
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 12 Jun 2011 13:16:42 +0000 (15:16 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 17 Jun 2011 09:55:39 +0000 (11:55 +0200)
README
wscript

diff --git a/README b/README
index 5c6972253d2712b3b9012bc9d9ce8a08e2fe33f0..e0e222205296e1c2a454df563a87a189f9bc5764 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ Midori is a lightweight web browser.
 * Customizable and extensible interface.
 * Extensions written in C.
 
-Requirements: GTK+ 2.10, WebkitGTK+ 1.1.14, libXML2, libsoup 2.25.2, sqlite 3.0, Vala 0.10
+Requirements: GTK+ 2.10, WebkitGTK+ 1.1.17, libXML2, libsoup 2.25.2, sqlite 3.0, Vala 0.10
 
 Optional: Unique 0.9, libidn, docutils, libnotify
 
diff --git a/wscript b/wscript
index cb5b55fa2392c5bc980966d469deed0145903668..1126d275c3bb39374518ef26c3228f26cae4cc24 100644 (file)
--- a/wscript
+++ b/wscript
@@ -196,7 +196,7 @@ def configure (conf):
                     includes='/usr/X11R6/include', mandatory=False)
         conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
     check_pkg ('gtk+-2.0', '2.10.0', var='GTK', args=args)
-    check_pkg ('webkit-1.0', '1.1.14', args=args)
+    check_pkg ('webkit-1.0', '1.1.17', args=args)
     check_pkg ('libsoup-2.4', '2.25.2')
     conf.define ('HAVE_LIBSOUP_2_25_2', 1)
     check_pkg ('libsoup-2.4', '2.27.90', False, var='LIBSOUP_2_27_90')