diff options
author | monsta <[email protected]> | 2019-08-01 11:19:46 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-08-01 11:20:30 +0300 |
commit | 0dc96a12694b252c128b7c85e4105ba12d8b082e (patch) | |
tree | 09609b9a13b552f70379948111d72f0662b77ccd /configure.ac | |
parent | 4e0a2596d4575f859f9f8638a74bed4f396ebc0f (diff) | |
download | atril-0dc96a12694b252c128b7c85e4105ba12d8b082e.tar.bz2 atril-0dc96a12694b252c128b7c85e4105ba12d8b082e.tar.xz |
require GLib 2.54.0
that's where glib-genmarshal got --prototypes option
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 a523abba..a6629308 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ GLIB_GSETTINGS dnl Specify required versions of dependencies CAIRO_REQUIRED=1.14.0 -GLIB_REQUIRED=2.50.0 +GLIB_REQUIRED=2.54.0 GTK_REQUIRED=3.22.0 WEBKIT_REQUIRED=2.4.3 LIBSECRET_REQUIRED=0.5 |