diff options
author | Tomas Popela <tpopela@redhat.com> | 2017-10-04 15:20:04 +0200 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2018-04-11 12:39:19 +0200 |
commit | 415eee7b15aadd4d803316252793628b2392e9af (patch) | |
tree | dbddf21eb824b043b27c844795fcd065055a197e /meson_options.txt | |
parent | c506950a31cbf15835e8c44092147f71a6d39c29 (diff) | |
download | libsoup-415eee7b15aadd4d803316252793628b2392e9af.tar.gz |
Implement the GNOME support
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5ede4dfe..fafb5382 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,3 +3,4 @@ option('krb5-config', type : 'string', value : '', description : 'Where to look option('enable-ntlm', type : 'boolean', value : false, description : 'Build with NTLM support') option('ntlm-auth', type : 'string', value : '', description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looking in PATH)') option('enable-tls-check', type : 'boolean', value : true, description : 'Enable TLS support through glib-networking. If you are building a package, you can disable this to allow building libsoup anyway (since glib-networking is not actually required at compile time), but you should be sure to add a runtime dependency on it.') +option('enable-gnome', type : 'boolean', value : true, description : 'Build libsoup with GNOME support.') |