<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><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">109062</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>meson incorrectly handles/reports libdrm_$foo
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emil.l.velikov@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>Running meson build/ with libdrm 2.4.93 results in the following:
Dependency libdrm_intel found: NO found '2.4.93' but need: '>=2.4.95
Dependency libdrm_intel found: NO
meson.build:1143:4: ERROR: Invalid version of dependency, need 'libdrm_intel'
['>=2.4.95'] found '2.4.93'.
While $ git grep -5 drm_amdgpu meson.build shows:
meson.build:_drm_amdgpu_ver = '2.4.95'
meson.build-_drm_radeon_ver = '2.4.71'
meson.build-_drm_nouveau_ver = '2.4.66'
meson.build-_drm_etnaviv_ver = '2.4.89'
meson.build-_drm_intel_ver = '2.4.75'</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>