summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 6709b1b11cc2c893d04fc602abdf49a52a8e7285 (plain)
1
2
3
4
5
6
7
8
9
10
# 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'
)