audioaggregator, audiomixer, audiointerleave: move from -bad to -base
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
2 option('disable_examples', type : 'boolean', value : false)
3 option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
4 option('disable_introspection',
5         type : 'boolean', value : false,
6         description : 'Whether to disable the introspection generation')
7 option('disable_gtkdoc', type : 'boolean', value : false)
8 option('with-package-name', type : 'string',
9        description : 'package name to use in plugins')
10 option('with-package-origin', type : 'string', value : 'Unknown package origin',
11        description : 'package origin URL to use in plugins')
12 option('with_gl_api', type : 'string', value : 'auto', description : 'A comma separated list of opengl APIs to enable building against. Supported values are opengl and gles2.')
13 option('with_gl_platform', type : 'string', value : 'auto', description : 'A comma separated list of opengl platforms to enable building against. Supported values are glx, egl, cgl, wgl and eagl')
14 option('with_gl_winsys', type : 'string', value : 'auto', description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, and dispmanx')
15 option('with_egl_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libEGL.so library (default: libEGL.so)')
16 option('with_opengl_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libGL.so library (default: libGL.so)')
17 option('with_gles2_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libGLESv2.so library (default: libGLESv2.so)')
18