diff options
author | Marvin W <git@larma.de> | 2025-01-18 19:49:09 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2025-01-18 19:49:09 +0100 |
commit | 1e5bb8b7e2daabdf368b5438922f17666dae6273 (patch) | |
tree | 464167672007d18804b672acb075c02fde12337d /meson.build | |
parent | b4241eb94aefb42a06a885f04955ac560e1bc855 (diff) | |
download | dino-1e5bb8b7e2daabdf368b5438922f17666dae6273.tar.gz dino-1e5bb8b7e2daabdf368b5438922f17666dae6273.zip |
Fix build with GTK<4.8 or Meson<1.1.0
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 4d3ab0ff..c19a46c7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Dino', 'c', 'cpp', 'vala', license: 'GPL-3.0', license_files: 'LICENSE') +project('Dino', 'c', 'cpp', 'vala', license: 'GPL-3.0') fs = import('fs') gnome = import('gnome') |