diff options
author | monsta <[email protected]> | 2018-01-27 23:00:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-27 23:00:39 +0300 |
commit | e6a66f3be9cef78fb8809f7a69c5576436ec07ae (patch) | |
tree | 02fddb522a2d3985426d78486b99e2f6ec516a9b | |
parent | fbcfe37b673056f71323a1ff1d90a44fe1323195 (diff) | |
download | mate-menus-e6a66f3be9cef78fb8809f7a69c5576436ec07ae.tar.bz2 mate-menus-e6a66f3be9cef78fb8809f7a69c5576436ec07ae.tar.xz |
require GLib 2.50.0
bump version like in other packages for 1.20 release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e9e611..bc66e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_STDC_HEADERS AC_ARG_PROGRAM AM_PROG_LIBTOOL -PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2) +PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.50.0 gio-2.0 >= 2.15.2) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) |