Search for gl instead of opengl
Note that meson_options.txt
expects gl
as well, not opengl
# SPDX-License-Identifier: MIT
# Copyright © 2021 Intel Corporation
option(
'gl_provider',
type : 'combo',
choices : ['glvnd', 'gl', 'osmesa'],
value : 'glvnd',
description : 'Which OpenGL to link with'
)
Edited by Mark Harfouche