Codebase list libva / 56589d25-c1c8-40a3-98e8-1c62294bfcdf/main meson_options.txt
56589d25-c1c8-40a3-98e8-1c62294bfcdf/main

Tree @56589d25-c1c8-40a3-98e8-1c62294bfcdf/main (Download .tar.gz)

meson_options.txt @56589d25-c1c8-40a3-98e8-1c62294bfcdf/mainraw · history · blame

1
2
3
4
5
6
7
option('driverdir', type : 'string', description : 'drivers path')
option('disable_drm', type : 'boolean', value : false)
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('enable_docs', type : 'boolean', value : false)
option('enable_va_messaging', type : 'boolean', value : true)