1# SPDX-License-Identifier: MIT 2# Copyright © 2021 Intel Corporation 3 4option( 5 'gl_provider', 6 type : 'combo', 7 choices : ['glvnd', 'gl', 'osmesa'], 8 value : 'glvnd', 9 description : 'Which OpenGL to link with' 10) 11