libva-utils/meson_options.txt

20 lines
489 B
Meson

option('drm',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('x11',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('wayland',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('win32',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('tests',
type : 'boolean',
value : false)