meson: bump required meson version to 0.41 (#7385)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Nov 2017 07:08:43 +0000 (08:08 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 07:08:43 +0000 (08:08 +0100)
We need data_dirs argument for i18n.merge_file, added in 0.40.1-11-g82492f5d76.

meson.build

index d718f70..f376d03 100644 (file)
@@ -24,7 +24,7 @@ project('systemd', 'c',
                 'sysconfdir=/etc',
                 'localstatedir=/var',
         ],
-        meson_version : '>= 0.40',
+        meson_version : '>= 0.41',
        )
 
 libsystemd_version = '0.19.1'