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