mirror of https://github.com/intel/libva-utils.git
20 lines
489 B
Meson
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)
|