OSDN Git Service

update NEWS for libva 2.4.0
[android-x86/hardware-intel-common-libva.git] / meson_options.txt
1 option('driverdir', type : 'string', description : 'drivers path')
2 option('disable_drm', type : 'boolean', value : false)
3 option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
4 option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
5 option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
6 option('enable_docs', type : 'boolean', value : false)