diff options
author | infirit <[email protected]> | 2014-12-16 13:11:12 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:11:12 +0100 |
commit | a8c7ab6179b397058594cdcbd400f8fa55fafa17 (patch) | |
tree | d10dc0a30dff50ae841348b3031de563a7aa3ca1 /configure.ac | |
parent | 82d352cb10ed140b618b2c00a3935a3e8c6d1ba0 (diff) | |
download | mate-desktop-a8c7ab6179b397058594cdcbd400f8fa55fafa17.tar.bz2 mate-desktop-a8c7ab6179b397058594cdcbd400f8fa55fafa17.tar.xz |
Revert "Drop support for Glib < 2.32"
This reverts commit 82d352cb10ed140b618b2c00a3935a3e8c6d1ba0.
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 73998da..7b7725a 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,7 @@ case "$with_gtk" in esac GDK_PIXBUF_REQUIRED=2.4.0 -GLIB_REQUIRED=2.32.0 +GLIB_REQUIRED=2.26.0 GIO_REQUIRED=2.26.0 XRANDR_REQUIRED=1.2 |