microsoft / azurelinux

Linux OS for Azure 1P services and edge appliances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libdrm package is out of date for latest Mesa release

sirredbeard opened this issue · comments

Describe the bug

The version of libdrm that ships currently in Azure Linux is 2.4.115-1, but >=2.4.119 is needed to build the latest Mesa, 24.0.3.

To Reproduce

  1. Follow steps to install Mesa and dependencies from LFS
  2. Run Mesa build

Expected behavior

Mesa can build with libdrm available in Azure Linux repositories.

Message: libdrm 2.4.119 needed because amdgpu has the highest requirement
Dependency libdrm_intel found: NO found 2.4.115 but need: '>=2.4.119'
Run-time dependency libdrm_intel found: NO (tried cmake)

../meson.build:1672:4: ERROR: Invalid version of dependency, need 'libdrm_intel' ['>=2.4.119'] found '2.4.115'.