[gnome-builder] build: rely on webkit via devhelp



commit d428f8ea1a434a00360af5cbe16fc20504684531
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 23 16:20:18 2014 -0700

    build: rely on webkit via devhelp
    
    This helps with systems where 4.0 is not yet available.
    Such as Debian unstable.

 build/autotools/autoconf.d/50_dependencies.post-am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/build/autotools/autoconf.d/50_dependencies.post-am 
b/build/autotools/autoconf.d/50_dependencies.post-am
index 1832cf7..aea04eb 100644
--- a/build/autotools/autoconf.d/50_dependencies.post-am
+++ b/build/autotools/autoconf.d/50_dependencies.post-am
@@ -1,5 +1,4 @@
 PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.12.0)
 PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.40.0)
-PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-3.0 >= 3.12.0)
+PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-3.0 >= 3.13.9)
 PKG_CHECK_MODULES(DEVHELP, libdevhelp-3.0 >= 3.12.0)
-PKG_CHECK_MODULES(WEBKIT, webkit2gtk-4.0 >= 2.5.3)


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