Require latest meson to get MESON_ARGS.

Thu, 06 Jul 2017 23:17:46 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 06 Jul 2017 23:17:46 -0400
changeset 38542
b0c4ad7949de
parent 38540
73cba4e1f0d0
child 38543
89f9dab6b50b
child 38565
bda3c4b25b9b
child 38578
c81f0a8301fe
child 38611
4cf9b6a6e259

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

mercurial