diff options
author | infirit <[email protected]> | 2014-12-16 13:09:06 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:09:06 +0100 |
commit | 53e5977084918ba34ca15d25670889201f9355e4 (patch) | |
tree | f649f1745a6222558f75d6408db0320141c005e5 /configure.ac | |
parent | 602945c084d45bd3858e564e03a70a2a361a5756 (diff) | |
download | mate-settings-daemon-53e5977084918ba34ca15d25670889201f9355e4.tar.bz2 mate-settings-daemon-53e5977084918ba34ca15d25670889201f9355e4.tar.xz |
Revert "Add back Glib 2.32 support"
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756.
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 9293ca9..93acbac 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ dnl - Dependencies dnl --------------------------------------------------------------------------- DBUS_GLIB_REQUIRED_VERSION=0.74 -GLIB_REQUIRED_VERSION=2.32.0 +GLIB_REQUIRED_VERSION=2.36.0 GIO_REQUIRED_VERSION=2.26.0 MATE_DESKTOP_REQUIRED_VERSION=1.9.4 LIBMATEKBD_REQUIRED_VERSION=1.7.0 |