Bump meson dependency to 0.38.0

We rely upon the behavior of 11f9425a5e
This commit is contained in:
Patrick Griffis 2017-06-26 22:18:59 -04:00
parent 8f2429a2d2
commit 98ca4e98d5
1 changed files with 1 additions and 1 deletions

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',