Skip to content

meson: Convert 'opengl' to a feature option

Lina Versace requested to merge linyaa/mesa:meson-opengl-option into main
meson: Convert 'opengl' to a feature option

Options 'gles1' and 'gles2' are feature options, but 'opengl' is a bool.
I don't care which type we use, but let's at least be consistent.

Signed-off-by: Lina Versace <linyaa@google.com>

Merge request reports