New comment by kotontrion on void-packages repository https://github.com/void-linux/void-packages/pull/48462#issuecomment-1934946940 Comment: I resolved this issue for the AUR package by specifying `--libdir lib/ags` option to meson, so libgvc.so is installed to `/usr/lib/ags/libgvc.so` instead of `/usr/lib/libgvc.so`. I think you can achieve the same here by specifying it in the `configure_args` field. Also passing `-Dbuild_types=true` option to meson will enable the generation of the types for the config. This is false by default and optional, but I enabled it in the aur package, because this is a feature most users want. So you might want yo consider enabling this by default here as well.