Skip to content

build: Fix shared library paths in typelib files

Iñigo Martínez requested to merge inigomartinez/gitg:typelib-fix into master

The GObject Introspection metadata generation by meson uses a custom target command. This command also needs to specify the shared library where the symbols in the typelib file can be found.

However, the values used are wrong because the path to the built shared libraries are specified instead of the name of the shared libraries themselves.

This has been fixed by specifying the name of the shared libraries.

Fixes #157 (closed)

Merge request reports