Codebase list intel-vaapi-driver-shaders / debian/2.4.0-1 meson_options.txt
debian/2.4.0-1

Tree @debian/2.4.0-1 (Download .tar.gz)

meson_options.txt @debian/2.4.0-1raw · history · blame

1
2
3
4
5
option('driverdir', type : 'string', description : 'drivers path')
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('enable_hybrid_codec', type : 'boolean', value : false)
option('enable_tests', type : 'boolean', value : false)