<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#c13">Comment # 13</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:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to Emil Velikov from <a href="show_bug.cgi?id=109062#c12">comment #12</a>)
<span class="quote">> Fwiw my suggestion is to follow the autotools build, which was explicitly
> requested by Ilia, Dave and Chad - commit
> 2b4eaabff01a3a8ea0c4742ac481492092c1ab4f.</span >

FWIW, not to dump on Dylan too much, I suspect that the current meson behavior
may be my doing too -- we had this discussion earlier on, and the thing that
meson currently does was the compromise --

It's unreasonable for a system to have different versions of libdrm and
libdrm_foo -- they should all be the same.

Similarly, it is unreasonable to require me to have version X (> Y), when all
I'm doing is building a driver which needs version Y.

So looking at your original issue, you're trying to configure with intel +
amdgpu, and your version isn't enough for amdgpu.

Solution: either update, or don't build with amdgpu.

I suppose the problem is that all you know is "update" -- you don't know that
by simply removing amdgpu, all can be well (and perhaps you don't want amdgpu
in the first place). Not sure what to do about that.

(Did I at least understand the problem correctly?)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>