diff options
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 48bb88d..a5acd26 100644 --- a/meson.build +++ b/meson.build @@ -2,6 +2,7 @@ project( 'seatd', 'c', version: '0.1', + license: 'MIT', meson_version: '>=0.53.0', default_options: [ 'c_std=c11', |