runtime: Search for libdrm_amdgpu.so.1 instead of libdrm.so.2
1 unresolved thread
1 unresolved thread
Compare changes
Files
1- Ludovico de Nittis authored
libdrm.so.2 is not included in the freedesktop.org GL Platform runtime and this leads us to search for the libdrm directory in the wrong place. For this reason we first look at libdrm_amdgpu.so.1 and use libdrm.so.2 as a fallback. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>