diff options
author | infirit <[email protected]> | 2014-12-16 12:17:49 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 12:17:49 +0100 |
commit | 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9 (patch) | |
tree | 5ae6d9ef2e7327d8e4ccfd91793629e969f1c868 /configure.ac | |
parent | 1ec64aab9b6eb86e002b9e5bc8883e08c6159035 (diff) | |
download | atril-7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9.tar.bz2 atril-7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9.tar.xz |
Add back Glib 2.32 support
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 c4fa1d7a..4c4c51fc 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.36.0 +GLIB_REQUIRED=2.32.0 LIBSECRET_REQUIRED=0.5 MATEDESKTOP_REQUIRED=1.9.0 |