]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: specify meson_version
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 1 Feb 2019 15:04:22 +0000 (16:04 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:41:54 +0000 (10:41 +0100)
meson.build

index db43b9814d34e2f5d537e09165b231e630c64577..1cacdce6b2e88cf4673b55bf5e85356bb6b9a249 100644 (file)
@@ -4,6 +4,7 @@ project(
   license: 'GPLv3+',
   version: '3.2.1',  # TODO dev version from git
   default_options: ['c_std=c99'],  # TODO why not c11?
+  meson_version: '>=0.47.0',
 )