Skip to content

egl: fix libdrm-less builds

Eric Engestrom requested to merge eric/mesa:drm-fix-build into master

This function was never used, and isn't properly guarded by HAVE_LIBDRM, breaking the build on systems that don't have libdrm.

Let's just remove it.

Merge request reports