From fddfc749911bb7be58678976a526bd6d3383f08f Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 3 May 2025 09:30:16 -0400 Subject: build: Add license and meson version to project() Signed-off-by: Andrew Opalach --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2cc4da8..30b3532 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ project('libalabaster', 'c', version: '0.01', - default_options: ['warning_level=2', 'c_std=c99']) + meson_version: '>=0.63.0', + default_options: ['warning_level=2', 'c_std=c99'], + license: 'GPL-3.0-only') compiler = meson.get_compiler('c') -- cgit v1.2.3-101-g0448