From 5f7deb50787b82038cc35fb1e31b761e33e5a341 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 13 Sep 2017 11:46:13 -0700 Subject: Add meson build system This patch adds a complete meson build system, including tests and install. It has the necessary hooks to allow it be used as a subproject for other meson based builds such as mesa. Signed-off-by: Dylan Baker Reviewed-and-tested-by: Igor Gnatenko Reviewed-by: Eric Engestrom --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 893b7be0..29b4f393 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,7 @@ indent_style = tab [*.m4] indent_style = space indent_size = 2 + +[{meson.build,meson_options.txt}] +indent_style = space +indent_size = 2 -- cgit v1.2.3-54-g00ecf