diff options
author | Marvin W <git@larma.de> | 2024-08-01 15:33:56 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2025-01-12 20:00:51 +0100 |
commit | 613cb5e2d7c3f1469f4f91b86fa982eda472465b (patch) | |
tree | ea1315a2c1d48bcc91589aa3cee130eb1d96d533 /meson.build | |
parent | a63b5ccb9a791d78ad7f5811f414ae8dab0c4f15 (diff) | |
download | dino-613cb5e2d7c3f1469f4f91b86fa982eda472465b.tar.gz dino-613cb5e2d7c3f1469f4f91b86fa982eda472465b.zip |
Meson: Adjust version generation to match CMake
and be compatible with vala-language-server
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2a904c2c..4d3ab0ff 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xmpp-vala', 'c', 'cpp', 'vala') +project('Dino', 'c', 'cpp', 'vala', license: 'GPL-3.0', license_files: 'LICENSE') fs = import('fs') gnome = import('gnome') |