<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - meson incorrectly handles/reports libdrm_$foo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109062#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - meson incorrectly handles/reports libdrm_$foo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109062">bug 109062</a>
              from <span class="vcard"><a class="email" href="mailto:baker.dylan.c@gmail.com" title="Dylan Baker <baker.dylan.c@gmail.com>"> <span class="fn">Dylan Baker</span></a>
</span></b>
        <pre>that's not the right comparison though. Meson doesn't support querying two
dependencies at the same time, that's something that only pkg-config can do
(you can't do that with windows find-a-dll, mac's frameworks, cmake searching,
or the wrappers for the various *-config tools. So what you're actually doing
is:

pkg-config --libs "libdrm_nouveau >= 2.4.20"

vs

pkg-config --libs "libdrm >= 2.4.20"
pkg-config --libs "libdrm_nouveau >= 2.4.20"

that will take more time, I think it's worth while to figure out how much time.
I fell like spending less time configuring is more important than getting a
slightly better error message.</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>