Mir

Comment 3 for bug 1510218

Revision history for this message
Alberto Aguirre (albaguirre) wrote : Re: mir_connection_get_egl_pixel_format() crashes

"with RTLD_LAZY so the symbol eglGetConfigAttrib will be lazily resolved."

Seems to be RTLD_LOCAL | RTLD_LAZY; so yeah eglGetConfigAttrib will never be resolved for the mir plugins. We should really just link against libEGL.