From 98ca4e98d50439810b648cfdd20a2d1f00a86123 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 26 Jun 2017 22:18:59 -0400 Subject: [PATCH] Bump meson dependency to 0.38.0 We rely upon the behavior of https://github.com/mesonbuild/meson/commit/11f9425a5e123e7e4bb6296f4453a8e072eb95ed --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index dbdaee9e..3dc41468 100644 --- a/meson.build +++ b/meson.build @@ -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',