New review comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/48982#discussion_r1505491663 Comment: Yeah, just replace it with `join_paths('${datadir}', 'gir-1.0')`. (`pc_sysrootdir` gets expanded as `/` when native compiling and `${XBPS_CROSS_BASE}` when cross compiling, meson doesn't generate a default `datadir` for absolute paths) https://github.com/void-linux/void-packages/blob/16565ad63d8582c23d2e2b79afcc5e26d7e2321f/srcpkgs/gobject-introspection/template#L59-L66 The grilo pkgconfig file was broken before when cross compiling, just no one noticed.