diff options
author | Adam Dingle <adam@yorba.org> | 2013-09-02 16:00:58 +0800 |
---|---|---|
committer | Adam Dingle <adam@yorba.org> | 2013-09-02 16:00:58 +0800 |
commit | db42abbd1bc665d428787816b58aa49928454aff (patch) | |
tree | c5f9fc1c667ca2bcf2a2d07c157985d818e0003b | |
parent | c7fd65d7534b600cc135a5b680973b4ea80eb09d (diff) | |
download | gsoc2013-epiphany-db42abbd1bc665d428787816b58aa49928454aff.tar.gz gsoc2013-epiphany-db42abbd1bc665d428787816b58aa49928454aff.tar.zst gsoc2013-epiphany-db42abbd1bc665d428787816b58aa49928454aff.zip |
Require GTK 3.9.12
We now use gtk_button_new_from_icon_name, first found in GTK 3.9.12.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d30db634f..fa6414454 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ GNOME_CODE_COVERAGE MORE_WARN_FLAGS="-Wdeclaration-after-statement" GLIB_REQUIRED=2.35.6 -GTK_REQUIRED=3.7.10 +GTK_REQUIRED=3.9.12 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=2.1.1 |