summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2020-01-28 22:44:16 -0800
committerPatrick Griffis <pgriffis@igalia.com>2020-09-19 15:41:24 -0700
commit3fcaa882c4eb29fd754cdb6dd06195632cb4b52a (patch)
treee7b7c4269bc8162d03bd4dfafb3d8a13b08f9637 /meson_options.txt
parent1a11c4e7142e796befb27b5749b83c740a9ed0ba (diff)
downloadlibsoup-3fcaa882c4eb29fd754cdb6dd06195632cb4b52a.tar.gz
Remove deprecated SoupGnome library
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 57b098c1..6eab71ac 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,12 +34,6 @@ option('tls_check',
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('gnome',
- type : 'boolean',
- value : true,
- description : 'Build libsoup with GNOME support'
-)
-
option('introspection',
type : 'feature',
value : 'auto',