[evince] build: Correct glib dependency version



commit 2e65140985cb6eea975d8c1b012cc338be8998a3
Author: Christian Persch <chpe gnome org>
Date:   Sat Jun 8 23:47:34 2013 +0200

    build: Correct glib dependency version
    
    Evince already depends on gtk+ 3.8 which depends on glib 3.6.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d378b14..f52e485 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,9 +115,9 @@ AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"])
 
 dnl Specify required versions of dependencies
 CAIRO_REQUIRED=1.10.0
-GLIB_REQUIRED=2.33.2
+GLIB_REQUIRED=2.36.0
 LIBSECRET_REQUIRED=0.5
-GTK_REQUIRED=3.7.5
+GTK_REQUIRED=3.8.0
 NAUTILUS_REQUIRED=2.91.4
 
 AC_SUBST([GLIB_REQUIRED])


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