gitlab-ci: Add OpenSSL specific build
[platform/upstream/libnice.git] / meson_options.txt
1 option('gupnp', type: 'feature', value: 'auto',
2   description: 'Enable or disable GUPnP IGD support')
3 option('gstreamer', type: 'feature', value: 'auto',
4   description: 'Enable or disable build of GStreamer plugins')
5 option('ignored-network-interface-prefix', type: 'array', value: ['docker', 'veth', 'virbr', 'vnet'],
6   description: 'Ignore network interfaces whose name starts with a string from this list in the ICE connection check algorithm. For example, "virbr" to ignore virtual bridge interfaces added by virtd, which do not help in finding connectivity.')
7 option('crypto-library', type: 'combo', choices : ['auto', 'gnutls', 'openssl'], value : 'auto')
8
9 # Common feature options
10 option('examples', type : 'feature', value : 'auto', yield : true,
11   description: 'Build examples')
12 option('tests', type : 'feature', value : 'auto', yield : true,
13   description: 'Enable or disable unit tests')
14 option('gtk_doc', type : 'feature', value : 'disabled', yield : true,
15   description: 'Generate API documentation with gtk-doc')
16 option('introspection', type : 'feature', value : 'auto', yield : true,
17   description : 'Generate gobject-introspection bindings')