summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-12-17 14:08:52 -0800
committerPhaedrus Leeds <mwleeds@protonmail.com>2022-03-21 13:07:44 -0700
commit0b25b213b189dcc01064fdeb8792e594f6ccf924 (patch)
tree9828cfdc1b6465cf6c214500a4182befac08c7a4 /meson_options.txt
parent22b43886e77b12a9d1a6c6c6763c4c9fbc63bb9d (diff)
downloadepiphany-0b25b213b189dcc01064fdeb8792e594f6ccf924.tar.gz
Make libportal dependency non-optional
This should simplify things since we use libportal for a few different things in ephy-flatpak-utils.c and we're about to use it in ephy-web-app-utils.c.
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 023e61188..030cc9b9f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,12 +4,6 @@ option('developer_mode',
description: 'Enable developer mode'
)
-option('libportal',
- type: 'feature',
- value: 'enabled',
- description: 'Depend on libportal for Flatpak support'
-)
-
option('network_tests',
type: 'feature',
value: 'disabled',