[gedit] build: GtkSourceView >= 3.17.0 is required



commit a9bc77594b2c12ded51741cb3802378cbed793b2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 12 12:01:55 2015 +0200

    build: GtkSourceView >= 3.17.0 is required
    
    Currently git master.

 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 186d01c..6f51e2c 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.16, GtkSourceView >= 3.16 and
+gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.0 and
 libpeas >= 1.7.x libraries. It also has a run-time dependency on an
 icon theme for its icons. If gedit fails to display icons, installing
 GNOME's default adwaita-icon-theme is a simple way of providing them.
diff --git a/configure.ac b/configure.ac
index db00e4f..6f07a54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_SUBST(GEDIT_API_VERSION)
 # Dependencies
 GLIB_REQUIRED=2.40.0
 GTK_REQUIRED=3.16
-GTKSOURCEVIEW_REQUIRED=3.16
+GTKSOURCEVIEW_REQUIRED=3.17.0
 LIBPEAS_REQUIRED=1.7.0
 LIBXML_REQUIRED=2.5.0
 ENCHANT_REQUIRED=1.2.0


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