Skip to content

Draft: meson: allow shared glapi for gles and egl

Erik Faye-Lund requested to merge kusma/mesa:gles-shared-glapi into main

meson: allow shared glapi for gles and egl

If only building a single driver with only a single gles variant and no opengl, we can save a fair amount of memory, by not using a shared glapi. However, this was not yet wired up in the build system, so let's do that.

Merge request reports