summaryrefslogtreecommitdiffstats
path: root/contrib/meson
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-04-26 18:41:03 (GMT)
committerLzu Tao <taolzu@gmail.com>2019-04-26 18:41:03 (GMT)
commitdd54ea01a207a65d4819db4222066373f6170113 (patch)
tree743011c68b1168ed560da52beb6102492c291be4 /contrib/meson
parentce55e7eef9ae60f11f8a8552a9dcde8ab6b99559 (diff)
downloadlz4-dd54ea01a207a65d4819db4222066373f6170113.zip
lz4-dd54ea01a207a65d4819db4222066373f6170113.tar.gz
lz4-dd54ea01a207a65d4819db4222066373f6170113.tar.bz2
contrib: Make Meson build non optional
* Update ninja version to 1.9 in CI. * Update default project version in meson script.
Diffstat (limited to 'contrib/meson')
-rw-r--r--contrib/meson/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/meson/meson.build b/contrib/meson/meson.build
index bf30eae..7e364eb 100644
--- a/contrib/meson/meson.build
+++ b/contrib/meson/meson.build
@@ -11,7 +11,9 @@ project('lz4', ['c'],
license: ['BSD', 'GPLv2'],
default_options : ['c_std=c99',
'buildtype=release'],
- version: '1.8.3',
+ # Fall-back version in case of extracting version number from
+ # `lz4.h` failed.
+ version: '1.9.1',
meson_version: '>=0.47.0')
cc = meson.get_compiler('c')