tests: check: initial unit test support
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
2 option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
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('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
7
8 # Common feature options
9 option('examples', type : 'feature', value : 'auto', yield : true)
10 option('tests', type : 'feature', value : 'auto', yield : true)
11 option('doc', type : 'feature', value : 'auto', yield: true,
12        description: 'Enable documentation.')