Skip to content

egl: fix python lib deprecation warning

Eric Engestrom requested to merge eric/mesa:misc/egl-imp-deprecation into master
DeprecationWarning: the imp module is deprecated in favour of importlib

Instead of complicated logic, just import the file directly.

Merge request reports