> On Sunday, 10 February 2019, 11:26:21 GMT, rastersoft <[email protected]> > wrote: > I'm using meson to compile my vala projects, and now I want to create a > library, but I'm unable to install the .gir file. It creates it inside > "meson/src/25a6634@@TestLibrary@sha", but when it wants to install them, > it presumes it is created at "meson/src".
Try the vala_gir and install_dir options of shared_library: http://mesonbuild.com/Vala.html#gobject-introspection-and-language-bindings _______________________________________________ vala-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/vala-list
