talkatu/talkatu

meson: Replace join_paths by /.

2020-09-15, Elliott Sales de Andrade
0f10848ece7a
meson: Replace join_paths by /.

It was added in 0.49.0, and we require 0.50.0.

Reviewed at https://reviews.imfreedom.org/r/118/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala')
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