talkatu/talkatu

Update the minimum meson to 0.56.0

2021-08-03, Gary Kramlich
13ee9f88fa95
Parents 69369ead9170
Children 81886219e64c
Update the minimum meson to 0.56.0

Testing Done:
ran `meson --wipe` and `ninja` and verified there were no warnings.

Reviewed at https://reviews.imfreedom.org/r/867/
--- a/meson.build Tue Aug 03 00:39:04 2021 -0500
+++ b/meson.build Tue Aug 03 03:04:55 2021 -0500
@@ -3,7 +3,7 @@
###############################################################################
project('talkatu', 'c', version : '0.1.0-dev',
license : 'GPL-2.0-or-later',
- meson_version : '>=0.50.0',
+ meson_version : '>=0.56.0',
default_options : ['c_std=c99'])
parts = meson.project_version().split('-')
--- a/vapi/meson.build Tue Aug 03 00:39:04 2021 -0500
+++ b/vapi/meson.build Tue Aug 03 03:04:55 2021 -0500
@@ -3,7 +3,7 @@
error('Vala generation requires GObject Introspection.')
endif
- add_languages('vala')
+ add_languages('vala', native : false)
talkatu_vapi = gnome.generate_vapi('talkatu',
sources : talkatu_gir[0],