gplugin/gplugin

We need to specify the gir_dirs parameter as well
feature/vala
2019-07-18, Gary Kramlich
18c04eaad879
Parents 163b8946d84e
Children fa6c9e52beb0
We need to specify the gir_dirs parameter as well
--- a/vala/meson.build Thu Jul 18 00:19:26 2019 -0500
+++ b/vala/meson.build Thu Jul 18 00:33:32 2019 -0500
@@ -8,6 +8,7 @@
gplugin_vapi = gnome.generate_vapi('gplugin',
sources : gplugin_gir[0],
install : true,
+ gir_dirs : join_paths(meson.build_root(), 'gplugin'),
)
if get_option('gtk3')
@@ -15,8 +16,9 @@
sources : gplugin_gtk_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
+ gir_dirs : join_paths(meson.build_root(), 'gplugin'),
)
endif
subdir('tests')
-endif # vala
\ No newline at end of file
+endif # vala