<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Build problem: meson build can not find wayland-scanner"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111126#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Build problem: meson build can not find wayland-scanner"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111126">bug 111126</a>
from <span class="vcard"><a class="email" href="mailto:jljusten@gmail.com" title="Jordan Justen <jljusten@gmail.com>"> <span class="fn">Jordan Justen</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>