diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-16 13:13:58 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-16 13:14:14 +0800 |
commit | e83ffcbfd4b18db6187fa7e2bd11940c3c451071 (patch) | |
tree | 67a8c9732712321abd30b5c03cff2ae54bd9080a | |
parent | 2f1702c2bca9b9baa43a265686df6481be885ddb (diff) | |
download | gsoc2013-epiphany-e83ffcbfd4b18db6187fa7e2bd11940c3c451071.tar.gz gsoc2013-epiphany-e83ffcbfd4b18db6187fa7e2bd11940c3c451071.tar.zst gsoc2013-epiphany-e83ffcbfd4b18db6187fa7e2bd11940c3c451071.zip |
configure.ac: bump GTK+ version
Required for GtkStyleContext API.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c081f4c95..f75028712 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.25.13 -GTK_REQUIRED=2.91.3 +GTK_REQUIRED=2.91.7 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |