diff options
author | infirit <[email protected]> | 2014-06-05 18:32:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-05 18:33:36 +0200 |
commit | 6a0c8a93e30243232d63487c09ccb15a93755265 (patch) | |
tree | b70b4a9262102cca89067a3a9ef6b1213d898d37 /configure.ac | |
parent | 8f495b981fa6b14eb4448ad723100a73ebce4dc0 (diff) | |
download | mate-desktop-6a0c8a93e30243232d63487c09ccb15a93755265.tar.bz2 mate-desktop-6a0c8a93e30243232d63487c09ccb15a93755265.tar.xz |
Drop support for Glib < 2.36
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 8703761..4c083e4 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.26.0 +GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.26.0 XRANDR_REQUIRED=1.2 |