Thu, 06 Jul 2017 23:17:46 -0400
Require latest meson to get MESON_ARGS.
Unfortunately, this postconf script doesn't seem to work in the current release.
| meson.build | file | annotate | diff | comparison | revisions |
--- a/meson.build Fri Jul 07 02:45:36 2017 +0000 +++ b/meson.build Thu Jul 06 23:17:46 2017 -0400 @@ -122,7 +122,7 @@ sedpath = find_program('sed') # Storing build arguments -if meson.version().version_compare('>=0.40.0') +if meson.version().version_compare('>=0.42.0') meson.add_postconf_script('mkmesonconf.py') conf.set('HAVE_MESON_CONFIG', true) endif