summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2015-04-17 10:23:21 -0500
committerFederico Mena Quintero <federico@gnome.org>2015-04-17 10:26:14 -0500
commit4b401d1e1fc774dcccbeeceafca51b67a5705149 (patch)
tree1a86501916da68f745291fdc2fb3099756e32f74
parentf14a347421b26e2887b66b1988c700a76377f72c (diff)
downloadlibrsvg-4b401d1e1fc774dcccbeeceafca51b67a5705149.tar.gz
Require GTK+ 3.10.0 or later
I want to remove calls to deprecated functions, and this is easier if we just require a GTK+ that is like two years old instead of four years old.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b92f5296..bf77f3af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ LIBXML_REQUIRED=2.7.0
CAIRO_REQUIRED=1.2.0
PANGOCAIRO_REQUIRED=1.32.6
GDK_PIXBUF_REQUIRED=2.20
-GTK3_REQUIRED=3.2.0
+GTK3_REQUIRED=3.10.0
CROCO_REQUIRED=0.6.1
# ===========================================================================
@@ -289,6 +289,6 @@ librsvg-$VERSION
Build introspectable bindings: ${found_introspection}
Build Vala bindings: ${enable_vala}
Build GdkPixbuf loader: ${enable_pixbuf_loader}
- GTK 3.0: ${have_gtk_3}
+ GTK+ $GTK3_REQUIRED or later: ${have_gtk_3}
Build miscellaenous tools: ${build_misc_tools}
"