summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c2954e04d2..8dc8850f6d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -106,6 +106,12 @@ option('build-tests',
description : 'Compile tests'
)
+option('efreet',
+ type : 'boolean',
+ value : true,
+ description : 'Enable efreet library',
+)
+
option('crypto',
type : 'combo',
choices : ['gnutls', 'openssl'],