diff options
author | Shaun McCance <shaunm@gnome.org> | 2014-02-08 17:33:50 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2014-02-08 17:33:50 -0500 |
commit | 9c3f2e251e4b91d0f191cfe84edff99d56a5ad34 (patch) | |
tree | 1cd3106b34f1ef9ead0fc959a28033e1b18bb51b /configure.ac | |
parent | 8537039465ab7951b747df2d2c30779bbd3b501f (diff) | |
download | yelp-9c3f2e251e4b91d0f191cfe84edff99d56a5ad34.tar.gz |
Fix deprecation warning for gtk_icon_info_free
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5dc1e333..bed70067 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ PKG_CHECK_MODULES(YELP, gio-2.0 >= 2.25.11 gio-unix-2.0 gtk+-unix-print-3.0 - gtk+-3.0 >= 2.91.8 + gtk+-3.0 >= 3.8.0 libxml-2.0 >= 2.6.5 libxslt >= 1.1.4 libexslt >= 0.8.1 |