gplugin/gplugin

Close branch bugfix/rpm-spec
bugfix/rpm-spec
2019-08-14, Gary Kramlich
18debf8adf1b
Close branch bugfix/rpm-spec
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