qulogic/gplugin

Merged in feature/convey-cleanup (pull request #18)
develop
2019-07-24, Gary Kramlich
57eea9e383c9
Merged in feature/convey-cleanup (pull request #18)

Update convey.yml for all the thingz

Approved-by: Elliott Sales de Andrade
if get_option('vapi')
if not get_option('gobject-introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala')
gplugin_vapi = gnome.generate_vapi('gplugin',
sources : gplugin_gir[0],
install : true,
gir_dirs : join_paths(meson.build_root(), 'gplugin'),
)
if get_option('gtk3')
gplugin_gtk_vapi = gnome.generate_vapi('gplugin-gtk',
sources : gplugin_gtk_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : join_paths(meson.build_root(), 'gplugin'),
)
endif
subdir('tests')
endif # vala