summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-06-17 17:57:30 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-06-17 17:59:32 -0500
commitf8a4ef7cb005e1fdc3f5e1a31eb9137cf3b905ce (patch)
tree577f24b90f4f52ac415905af282c60d71f400860 /meson_options.txt
parent399cd5ffd8783f2970f653e4bed4647225e6a7f0 (diff)
downloadepiphany-f8a4ef7cb005e1fdc3f5e1a31eb9137cf3b905ce.tar.gz
Require libsoup 3mcatanzaro/require-soup3
This ensures users benefit from HTTP/2 support.
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 030cc9b9f..116ee41fd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -33,9 +33,3 @@ option('gsb_api_key',
value: '',
description: 'The API key used to access the Google Safe Browsing API v4'
)
-
-option('soup2',
- type: 'feature',
- value: 'enabled',
- description: 'Use libsoup2 instead of libsoup3'
-)