summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2012-11-25 12:22:47 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2012-11-25 12:22:47 -0500
commit255a136a5926bcc6d9c7280092a898a23dcedb86 (patch)
treeab7037d18fda17837d18781ee804c8eb0574d7f6
parente1f5645755f953f82d62f8c5f80c54477b5df99e (diff)
downloadgnome-themes-standard-255a136a5926bcc6d9c7280092a898a23dcedb86.tar.gz
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0276ffb0..2ac578cb 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])