diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2017-04-20 14:47:37 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2017-04-20 14:47:37 +0300 |
commit | 6b81655ed087951f2857b2da252a88557f5e2277 (patch) | |
tree | b7c958c66e856bb0e96ebd693d43393252141481 | |
parent | eac46ac34f479b24d7cc50eb9e086997830862d2 (diff) | |
download | metacity-6b81655ed087951f2857b2da252a88557f5e2277.tar.gz |
bump GTK+ required version to 3.20.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 379598d1..1a7e54fe 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ dnl Check for required packages dnl ************************************************************************** GLIB_REQUIRED_VERSION=2.44.0 -GTK_REQUIRED_VERSION=3.19.8 +GTK_REQUIRED_VERSION=3.20.0 PANGO_REQUIRED_VERSION=1.2.0 XCOMPOSITE_REQUIRED_VERSION=0.3 |