[latexila] GLib >= 2.30 is required



commit 9f5f1e32c07c33742d398cdd03883844280932f5
Author: Matthieu Baerts <matttbe gmail com>
Date:   Sun Feb 12 17:34:18 2012 +0100

    GLib >= 2.30 is required

 CMakeLists.txt |    2 +-
 INSTALL        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3bb0cb9..c483f61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ pkg_check_modules (GTK REQUIRED "gtk+-2.0 >= 2.16")
 pkg_check_modules (GTKSOURCEVIEW REQUIRED "gtksourceview-2.0 >= 2.10")
 pkg_check_modules (GTKSPELL REQUIRED "gtkspell-2.0")
 pkg_check_modules (GEE REQUIRED "gee-1.0")
-pkg_check_modules (GIO REQUIRED "gio-2.0 >= 2.28")
+pkg_check_modules (GIO REQUIRED "gio-2.0 >= 2.30")
 pkg_check_modules (UNIQUE REQUIRED "unique-1.0")
 pkg_check_modules (GDK-X11 REQUIRED "gdk-x11-2.0")
 pkg_check_modules (X11 REQUIRED "x11")
diff --git a/INSTALL b/INSTALL
index 78efb8c..aa7fdb3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Requirements
 
 GTK+ >= 2.16
 GtkSourceView >= 2.10
-GLib >= 2.28
+GLib >= 2.30
 libgee
 unique
 GtkSpell



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