summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-06 19:52:34 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2017-11-07 10:18:03 +0100
commitd1189c1bede6a6cd2b6e89dfe50d66fead49a47e (patch)
tree79bd514b140c1804d4dc2a7242bbf703dfe9a91f /meson_options.txt
parentd274add5e0024be0d20456f1bd9c3b3326ed06d9 (diff)
downloadgvfs-d1189c1bede6a6cd2b6e89dfe50d66fead49a47e.tar.gz
build: Add an option for gcrypt
Add an option to make gcrypt conditional allowing to disable it if desired. This patch also makes the existence of libgcrypt-config program mandatory if the gcrypt option is enabled. https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 833b7d79..205bb61f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,6 +22,7 @@ option('enable-udisks2', type: 'boolean', value: true, description: 'build with
option('enable-bluray', type: 'boolean', value: true, description: 'build with bluray metadata support')
option('enable-fuse', type: 'boolean', value: true, description: 'build with fuse support')
option('enable-gcr', type: 'boolean', value: true, description: 'build with gcr certificate support')
+option('enable-gcrypt', type: 'boolean', value: true, description: 'build with gcrypt support')
option('enable-gudev', type: 'boolean', value: true, description: 'build with gudev device support')
option('enable-keyring', type: 'boolean', value: true, description: 'build with keyring support')
option('enable-logind', type: 'boolean', value: true, description: 'build with logind support')