summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: b411067cbe71670675776303227ce9e7c7ec37f4 (plain)
1
2
3
4
5
6
7
option('with_libva', type : 'combo', choices : ['1', '2', 'auto'], value : 'auto')
option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
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('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')