talkatu/talkatu

Fix URL targets in markdown buffers

16 months ago, Elliott Sales de Andrade
49b6af8df5de
Fix URL targets in markdown buffers

Testing Done:
Opened About window in Pidgin, and links showed the correct cursor and tooltip.

Reviewed at https://reviews.imfreedom.org/r/2190/
if not get_option('vapi')
subdir_done()
endif
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 : [ 'gtk4' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'talkatu',
)