diff options
author | David King <amigadave@amigadave.com> | 2013-01-23 03:49:58 +0800 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2013-01-23 06:53:20 +0800 |
commit | 6f5a2ad3c592e9c04664716ec63f4f311d34add8 (patch) | |
tree | b43feba37c6cece7d759b8010096cf64904de9c1 /configure.ac | |
parent | d6ebacf7c2f5a5955e31b91dc09999d3e8dbbcca (diff) | |
download | gsoc2013-epiphany-6f5a2ad3c592e9c04664716ec63f4f311d34add8.tar.gz gsoc2013-epiphany-6f5a2ad3c592e9c04664716ec63f4f311d34add8.tar.zst gsoc2013-epiphany-6f5a2ad3c592e9c04664716ec63f4f311d34add8.zip |
Set a document basename when printing to a file
Bump GTK+ dependency to 3.5.4, where the new print-to-file support was
added to GtkPrintSettings.
https://bugzilla.gnome.org/show_bug.cgi?id=692337
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 66c00fcf8..fed4e600d 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.35.0 -GTK_REQUIRED=3.5.2 +GTK_REQUIRED=3.5.4 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=1.11.2 |