Skip to content

build: Get typelib dir dynamically using gobject-introspection dependency

Marco Trevisan requested to merge 3v1n0/gtk:dynamic-typelib-path into master

We hardcoded the typelib directory for only an arch, while we can just get it from gobject-introspection pkg config if tests are enabled, as this is required anyways for generating the introspection anyways.

Merge request reports