diff options
author | raveit65 <[email protected]> | 2018-01-27 14:32:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-27 14:32:55 +0100 |
commit | 23298e4fab23ac3d742fda65c412930a5a2938e0 (patch) | |
tree | f828eecc41f7d78c8e899c4dac63395a7c21bdee /configure.ac | |
parent | 43afd2c23918fc3f989714ad9af3c084294ffdae (diff) | |
download | libmatemixer-23298e4fab23ac3d742fda65c412930a5a2938e0.tar.bz2 libmatemixer-23298e4fab23ac3d742fda65c412930a5a2938e0.tar.xz |
building: bump required glib version to 2.50.0
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 1b5bb0d..ce0ef74 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AM_GLIB_GNU_GETTEXT # ======================================================================= PKG_PROG_PKG_CONFIG -GLIB_REQUIRED_VERSION=2.36.0 +GLIB_REQUIRED_VERSION=2.50.0 PKG_CHECK_MODULES(GLIB, [ glib-2.0 >= $GLIB_REQUIRED_VERSION |