diff options
author | monsta <[email protected]> | 2018-01-27 17:17:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-27 17:17:54 +0300 |
commit | 2b4fa2f74612bc8261e67a17d1d158e35c654802 (patch) | |
tree | ca1b804586fe95aee9dbd3cf0ec4ed7ae6fbecd2 | |
parent | f592d8b0ccd8f8f25a65430f4fc09dac11569514 (diff) | |
download | libmatekbd-2b4fa2f74612bc8261e67a17d1d158e35c654802.tar.bz2 libmatekbd-2b4fa2f74612bc8261e67a17d1d158e35c654802.tar.xz |
bump minimum GDK version according to GTK+ one
-rw-r--r-- | configure.ac | 2 |
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]) |