[gnome-themes-standard] build: require GTK+ >= 3.1.6



commit 0b2f5d0f92f85b50e2561eed7eb84fd40070ae32
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jun 20 09:29:38 2011 -0400

    build: require GTK+ >= 3.1.6
    
    We use features from GTK+ master, so we should require it.

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a8b9e82..3abfee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,7 @@ AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
 AM_GLIB_GNU_GETTEXT
 
-# Don't forget to update the README when changing this.
-PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.0.8,,
+PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.1.6,,
                   AC_MSG_ERROR([GTK+-3.0 is required to compile gnome-themes-standard]))
 
 AC_SUBST(GTK_CFLAGS)



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