Handle self-signed error (X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN)
[platform/upstream/glib-networking.git] / meson.build
index cf2241e..d3d5642 100644 (file)
@@ -27,6 +27,11 @@ if get_option('default_ca_file') != ''
   config_h.set_quoted('TIZEN_DEFAULT_CA_FILE', get_option('default_ca_file'))
 endif
 
+# TIZEN extension
+if get_option('tizen_ext')
+  config_h.set('TIZEN_EXT', get_option('tizen_ext'))
+endif
+
 # compiler flags
 common_flags = [
   '-DHAVE_CONFIG_H',
@@ -200,4 +205,5 @@ output += '  openssl support:     ' + backends.contains('openssl').to_string() +
 output += '  libproxy support:    ' + libproxy_dep.found().to_string() + '\n'
 output += '  GNOME proxy support: ' + gsettings_desktop_schemas_dep.found().to_string() + '\n'
 output += '  TIZEN default CA file: ' + get_option('default_ca_file') + '\n'
+output += '  TIZEN extension:     ' + get_option('tizen_ext').to_string() + '\n'
 message(output)