diff options
author | infirit <[email protected]> | 2014-12-17 11:52:41 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-17 11:52:41 +0100 |
commit | 365d495c81d21dce4ed8e494f9bb0dc2476d4535 (patch) | |
tree | ef5e14602a498ce69cd074e3de413593fae0fb54 /configure.ac | |
parent | 18e079201d970b6402b56ef0c0b2a01496ff582e (diff) | |
download | mate-power-manager-365d495c81d21dce4ed8e494f9bb0dc2476d4535.tar.bz2 mate-power-manager-365d495c81d21dce4ed8e494f9bb0dc2476d4535.tar.xz |
Revert "We agreed to target Glib 2.32"
This reverts commit 18e079201d970b6402b56ef0c0b2a01496ff582e.
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 97ad20f..ae905b1 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,7 @@ GLIB_GSETTINGS dnl ---------------------------------------------------------------------------- dnl - Library dependencies dnl ---------------------------------------------------------------------------- -GLIB_REQUIRED=2.32.0 +GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.36.0 GDK_REQUIRED=2.11.0 GNOME_KEYRING_REQUIRED=3.0.0 |