[gnome-themes-standard/gnome-3-6] build: Require GTK 3.6.2



commit 255a136a5926bcc6d9c7280092a898a23dcedb86
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Nov 25 12:22:47 2012 -0500

    build: Require GTK 3.6.2
    
    Without at least GTK 3.6.1, GTK apps segfault if the gtk theme
    is set to Adwaita 3.6.2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689027

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0276ffb..2ac578c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_ARG_ENABLE([gtk3-engines],
 AC_MSG_CHECKING([building gtk3 engines])
 AM_CONDITIONAL(GTK3, test "x$enable_gtk3" = "xyes")
 AC_MSG_RESULT([$enable_gtk3])
-GTK_VERSION_REQUIRED=3.5.17
+GTK_VERSION_REQUIRED=3.6.2
 
 if test "x$enable_gtk3" = "xyes"; then
   PKG_CHECK_MODULES([DEPENDENCIES], [gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0])



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