runtime: Search for libdrm_amdgpu.so.1 instead of libdrm.so.2
1 unresolved thread
1 unresolved thread
libdrm.so.2 is not included in the freedesktop.org GL runtime and this leads us to search for the libdrm directory in the wrong place.
This includes !289 (merged), so please review that first.
Edited by Ludovico de Nittis
Merge request reports
Activity
Ah, as is this is not a viable solution.
On Arch there is a single
libdrm
package that includes all thelibdrm*.so*
libraries, so I assumed that this was the norm. But apparently it's not, for example on Debian there islibdrm2
that only provideslibdrm.so.2
and then a separatelibdrm-amdgpu1
that provideslibdrm_amdgpu.so.1
.
added 1 commit
- c526c210 - runtime: Search for libdrm_amdgpu.so.1 in addition to libdrm.so.2
mentioned in commit fb47eabf
Please register or sign in to reply