Upgrade to 2.72.alpha
[platform/upstream/glib-networking.git] / meson_options.txt
1 # The OpenSSL backend is provided for systems where licensing considerations
2 # prohibit use of certain dependencies of GnuTLS. General-purpose Linux distros
3 # should leave it disabled. Please don't second-guess our defaults.
4 option('gnutls', type: 'feature', value: 'auto', description: 'support for GnuTLS networking configration')
5 option('openssl', type: 'feature', value: 'disabled', description: 'support for OpenSSL networking configration')
6 option('libproxy', type: 'feature', value: 'auto', description: 'support for libproxy proxy configration')
7 option('gnome_proxy', type: 'feature', value: 'auto', description: 'support for GNOME desktop proxy configuration')
8 option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
9 option('static_modules', type: 'boolean', value: false, description: 'build static modules')
10 option('default_ca_file', type: 'string', value: '', description: 'set default CA file')
11 option('tizen_ext', type: 'boolean', value: false, description: 'enable TIZEN extension')
12 option('tizen_debug', type: 'boolean', value: false, description: 'enable TIZEN debug')