vertex_engine/subprojects/glfw-3.3.7/meson_options.txt

23 lines
602 B
Meson
Raw Normal View History

2024-05-15 19:21:04 +03:00
##### GLFW build options
#@ Build options
option('tests',
type : 'boolean',
value : false,
description : 'Build GLFW test programs?')
option('examples',
type : 'boolean',
value : false,
description : 'Build GLFW example programs?')
option('install',
type : 'boolean',
value : false,
description : 'Install GLFW?')
#@ Configuration options
option('display-api',
type : 'combo',
choices : ['osmesa', 'x11', 'wayland', 'win32', 'cocoa'],
value : 'x11',
description : 'Choose backend display API.')