[latexila] GLib >= 2.28 required (instead of 2.26)



commit 10317f4ac7fe4a98c4abe06cd1ed5c257d52b737
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Tue Aug 30 17:16:20 2011 +0200

    GLib >= 2.28 required (instead of 2.26)

 CMakeLists.txt |    2 +-
 INSTALL        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d8780e9..2f7a67e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ find_package (PkgConfig)
 pkg_check_modules (GTK REQUIRED "gtk+-2.0 >= 2.16")
 pkg_check_modules (GTKSOURCEVIEW REQUIRED "gtksourceview-2.0 >= 2.10")
 pkg_check_modules (GEE REQUIRED "gee-1.0")
-pkg_check_modules (GIO REQUIRED "gio-2.0 >= 2.26")
+pkg_check_modules (GIO REQUIRED "gio-2.0 >= 2.28")
 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 4e36093..447eb63 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Requirements
 
 GTK+ >= 2.16
 GtkSourceView >= 2.10
-GLib >= 2.26 (GIO is part of GLib)
+GLib >= 2.28
 libgee
 unique
 gdk-x11



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