mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-18 09:08:10 +02:00
In Debian and Ubuntu the multiarch filesystem layout looks as follows: /usr/lib/x86_64-linux-gnu/pkgconfig/ /usr/lib/i386-linux-gnu/pkgconfig/ Which means when --define-prefix skips to the grand-parent directory of pkgconfig, it ends up in /usr/lib rather than /usr as it's supposed to. This causes for example the include path to be printed as: /usr/lib/include which is wrong and breaks applications. Check if the new directory is 'lib' and if it is go one step above. A new series of unit tests is added with this layout. |
||
|---|---|---|
| .. | ||
| pkgconfig | ||