Skip to content

Makefile.am: explicitly link with libdrm

Otherwise, a failure happens with gold linker:

../src/.libs/libvirglrenderer.so: error: undefined reference to 'drmPrimeHandleToFD'

https://errors.yoctoproject.org/Errors/Details/222046/

Merge request reports