Blame meson_options.txt

Packit Service 9402ce
option('driverdir', type : 'string', description : 'drivers path')
Packit Service 9402ce
option('disable_drm', type : 'boolean', value : false)
Packit Service 9402ce
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
Packit Service 9402ce
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
Packit Service 9402ce
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
Packit Service 9402ce
option('enable_docs', type : 'boolean', value : false)
Packit Service 9402ce
option('enable_va_messaging', type : 'boolean', value : true)