[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 31 20:38:03 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111126

--- Comment #8 from Jordan Justen <jljusten at gmail.com> ---
I found a fix for my build environment. I have to add this
to my meson configuration:

--build.pkg-config-path "$PKG_CONFIG_PATH"

It looks like meson now ignores PKG_CONFIG_PATH if a
"native" library is being located.

I'm not sure if there might be a way to detect if an actual
cross compilation is happening. If we are not cross compiling,
then we could set "native" to false, and PKG_CONFIG_PATH could
be used without the additional meson parameter.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190731/2c3dd01b/attachment.html>


More information about the mesa-dev mailing list