talkatu/talkatu

Update the minimum meson to 0.56.0

2021-08-03, Gary Kramlich
13ee9f88fa95
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/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala', native : false)
talkatu_vapi = gnome.generate_vapi('talkatu',
sources : talkatu_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'talkatu',
)
endif # vala