diff options
author | infirit <[email protected]> | 2014-05-17 06:47:07 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-23 13:31:02 +0200 |
commit | 905118742cf92e4fd4cab341220dbacef264990e (patch) | |
tree | 50beb76c191fb53dc040430d3238233b5cfd4f5b | |
parent | 94dcb761b95ee54ef1f1512d59721932d75ffb7f (diff) | |
download | atril-905118742cf92e4fd4cab341220dbacef264990e.tar.bz2 atril-905118742cf92e4fd4cab341220dbacef264990e.tar.xz |
Bump GLIB version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9bae2d73..d07c08e0 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AC_MSG_RESULT([$with_gtk]) dnl Specify required versions of dependencies CAIRO_REQUIRED=1.9.10 -GLIB_REQUIRED=2.32.0 +GLIB_REQUIRED=2.36.0 LIBSECRET_REQUIRED=0.5 MATEDESKTOP_REQUIRED=1.9.0 |