24b2c3b0443fb5cd4f4694f7e11b240cc018beab
[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('doc', type : 'feature', value : 'auto', yield: true,
11        description: 'Enable documentation.')