# 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'
)