[gnome-builder/document-manager] build: require gtk+ master



commit a426d41763e7e60a5eeb5569305380c5c1b8da49
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 8 16:25:59 2014 -0800

    build: require gtk+ master
    
    We are in the middle of 3.15 development, so time to actually simplify
    a lot of our code by requiring a newer Gtk version.
    
    Sorry everyone that has been maintaining custom builds, but I need to
    do this to keep a pace that allows me to ship with 3.16 on time.

 build/autotools/autoconf.d/50_dependencies.post-am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/autotools/autoconf.d/50_dependencies.post-am 
b/build/autotools/autoconf.d/50_dependencies.post-am
index a927b6b..43c8d3d 100644
--- a/build/autotools/autoconf.d/50_dependencies.post-am
+++ b/build/autotools/autoconf.d/50_dependencies.post-am
@@ -1,5 +1,5 @@
-PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.13.9)
+PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.15.2)
 PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.40.0)
-PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-3.0 >= 3.13.91)
+PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-3.0 >= 3.14.0)
 PKG_CHECK_MODULES(DEVHELP, libdevhelp-3.0 >= 3.13.90)
 PKG_CHECK_MODULES(GGIT, libgit2-glib-1.0 >= 0.0.22)


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