[latexila] GLib 2.40 is required



commit 0e586a9865bbf8eefa153a2a6b87967fee64f725
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Apr 29 22:23:14 2014 +0200

    GLib 2.40 is required
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=727112

 configure.ac    |    2 +-
 src/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 53fed33..98b20ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ LT_INIT
 
 # Required dependencies versions
 # Update also the --target-glib option in src/Makefile.am.
-GLIB_REQUIRED_VERSION="2.36"
+GLIB_REQUIRED_VERSION="2.40"
 GTK_REQUIRED_VERSION="3.6"
 GTKSOURCEVIEW_REQUIRED_VERSION="3.10"
 GTKSPELL_REQUIRED_VERSION="3.0.4"
diff --git a/src/Makefile.am b/src/Makefile.am
index f8e91de..9728b21 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ VALAFLAGS =                     \
        --pkg gtkspell3-3.0     \
        --pkg gee-0.8           \
        --pkg posix             \
-       --target-glib=2.36
+       --target-glib=2.40
 
 # The valac command is always executed in the sources directory, not the build
 # directory. If $(top_srcdir) is used, it will be relative to the build directory.


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