summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 16:23:01 +0100
committerinfirit <[email protected]>2014-11-19 19:36:03 +0100
commit9624581205a12761ff236d4d86df4b787d4db003 (patch)
treece76c0ed730c54d9f1421656355a210ae973f43c /configure.ac
parentca627706a00a65920a9115105442f7858270dbec (diff)
downloadengrampa-9624581205a12761ff236d4d86df4b787d4db003.tar.bz2
engrampa-9624581205a12761ff236d4d86df4b787d4db003.tar.xz
require Gtk+ 3.0.2 for the primary-toolbar class
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f0cf77..90a6173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ case "$with_gtk" in
GTK_REQUIRED=2.24.0
;;
3.0) GTK_API_VERSION=3.0
- GTK_REQUIRED=2.90.0
+ GTK_REQUIRED=3.0.2
;;
esac