[almanah] build: Bump GTK+ and GIO dependencies to 3.0.0 and 2.28.0 respectively



commit abb2fab89d83c354f409ca70e69def53ff8fd6de
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Apr 18 18:42:21 2011 +0100

    build: Bump GTK+ and GIO dependencies to 3.0.0 and 2.28.0 respectively
    
    This is because we now use GtkApplication and GApplication.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 787c000..2d502cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ dnl Dependencies
 dnl ***************************************************************************
 
 dnl Required dependencies
-PKG_CHECK_MODULES(STANDARD, glib-2.0 gtk+-3.0 >= 2.14 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.25.0 sqlite3 cairo atk)
+PKG_CHECK_MODULES(STANDARD, glib-2.0 gtk+-3.0 >= 3.0.0 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk)
 AC_SUBST(STANDARD_CFLAGS)
 AC_SUBST(STANDARD_LIBS)
 



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