Skip to content

tests: Fix pkg-config test for multiarch binaries on multiarch systems

Philip Withnall requested to merge pwithnall/glib:3045-multiarch-tests into main

The test was passing fine when bindir was equal to multiarch_bindir, but not when they differ.

For example, on a Debian system, gio-querymodules is installed to /usr/lib/x86_64-linux-gnu/glib-2.0/gio-querymodules rather than /usr/bin/gio-querymodules as it is on (say) Fedora.

This was causing the pkg-config tests to fail on Debian.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Fixes: #3045 (closed)

Closes #3045 (closed)

Merge request reports