diff options
author | infirit <[email protected]> | 2014-12-16 13:10:41 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:10:41 +0100 |
commit | 4599ff1d32a8c0a9633b9d4a3636166c5d060508 (patch) | |
tree | 7581d5fbe5c89bdc2f194b1c9e539d4d0e0ed1ae /configure.ac | |
parent | 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9 (diff) | |
download | atril-4599ff1d32a8c0a9633b9d4a3636166c5d060508.tar.bz2 atril-4599ff1d32a8c0a9633b9d4a3636166c5d060508.tar.xz |
Revert "Add back Glib 2.32 support"
This reverts commit 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c4c51fc..c4fa1d7a 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 |