New comment by stuart-little on void-packages repository https://github.com/void-linux/void-packages/issues/5602#issuecomment-573434442 Comment: I'm a bit stumped, but perhaps the `prefix` option might have something to do with it? I notice your package-finding executables (`cmake`, `pkg-config`) are directly in `/bin/`. For me they're in `/usr/bin/`. Maybe run ``` meson --prefix /usr build ``` specifying the `prefix`? On my system `/bin/` is a symlink to `/usr/bin/`, but the `meson` system actually resolves the path to `pkg-config` to the full `/usr`-prefixed directory, so there's clearly some such difference between our two systems..