[Mesa-dev] [Bug 109062] meson incorrectly handles/reports libdrm_$foo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 14 16:09:47 UTC 2018


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

            Bug ID: 109062
           Summary: meson incorrectly handles/reports libdrm_$foo
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: emil.l.velikov at gmail.com
        QA Contact: mesa-dev at lists.freedesktop.org

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'

-- 
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/20181214/1395c308/attachment-0001.html>


More information about the mesa-dev mailing list