Bump meson dependency to 0.38.0

We rely upon the behavior of https://github.com/mesonbuild/meson/commit/11f9425a5e123e7e4bb6296f4453a8e072eb95ed
This commit is contained in:
Patrick Griffis
2017-06-26 22:18:59 -04:00
parent 8f2429a2d2
commit 98ca4e98d5
+1 -1
View File
@@ -1,6 +1,6 @@
project('hexchat', 'c',
version: '2.12.4',
meson_version: '>= 0.37.0',
meson_version: '>= 0.38.0',
default_options: [
'c_std=gnu89',
'buildtype=debugoptimized',