From 0d6aaa20eafb4752dde873533a68c8ca05dec3fe Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 7 Feb 2018 13:11:51 +0000 Subject: Bump up the Meson dependency Use the latest stable release; we're going to use its features to generate the pkg-config file for Epoxy, instead of using a template file. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 620f0cc..eb7e5cd 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.5.0', 'warning_level=1', ], license: 'MIT', - meson_version: '>= 0.39.1') + meson_version: '>= 0.44.0') epoxy_version = meson.project_version().split('.') epoxy_major_version = epoxy_version[0].to_int() -- cgit v1.2.1