talkatu/talkatu

Remove code for no-longer supported GTK

2021-10-09, Elliott Sales de Andrade
cdb6fdb07bc4
Remove code for no-longer supported GTK

We require GTK 3.24 now.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/1012/
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