Add tizen dlog for debugging
[platform/upstream/glib-networking.git] / meson_options.txt
1 option('gnutls', type: 'feature', value: 'auto', description: 'support for GnuTLS networking configration')
2 option('openssl', type: 'feature', value: 'disabled', description: 'support for OpenSSL networking configration')
3 option('libproxy', type: 'feature', value: 'auto', description: 'support for libproxy proxy configration')
4 option('gnome_proxy', type: 'feature', value: 'auto', description: 'support for GNOME desktop proxy configuration')
5 option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
6 option('static_modules', type: 'boolean', value: false, description: 'build static modules')
7 option('default_ca_file', type: 'string', value: '', description: 'set default CA file')
8 option('tizen_ext', type: 'boolean', value: false, description: 'enable TIZEN extension')
9 option('tizen_debug', type: 'boolean', value: false, description: 'enable TIZEN debug')