summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-27 17:17:54 +0300
committermonsta <[email protected]>2018-01-27 17:17:54 +0300
commit2b4fa2f74612bc8261e67a17d1d158e35c654802 (patch)
treeca1b804586fe95aee9dbd3cf0ec4ed7ae6fbecd2
parentf592d8b0ccd8f8f25a65430f4fc09dac11569514 (diff)
downloadlibmatekbd-2b4fa2f74612bc8261e67a17d1d158e35c654802.tar.bz2
libmatekbd-2b4fa2f74612bc8261e67a17d1d158e35c654802.tar.xz
bump minimum GDK version according to GTK+ one
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d34144..857daf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR(m4)
GLIB_REQUIRED=2.50.0
GIO_REQUIRED=2.25.0
GTK_REQUIRED=3.22.0
-GDK_REQUIRED=3.14.0
+GDK_REQUIRED=3.22.0
LIBXKLAVIER_REQUIRED=5.2
AC_SUBST([GIO_REQUIRED])