summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-10-07 21:29:14 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-10-07 21:29:14 -0400
commitd0fd518ced084d4ae01b6855f3ac4910ef43cf9c (patch)
treef0340ff34f32c131ccad205248a66ce8f95bb076 /meson_options.txt
parente7695b8ffd153d20e90fdb6ba020df163529b116 (diff)
downloadpidgin-d0fd518ced084d4ae01b6855f3ac4910ef43cf9c.tar.gz
Remove unused Meson option for enchant.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2aa7bc5d5c..7c4fd0590d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,9 +17,6 @@ option('consoleui', type : 'boolean', value : true,
option('doc', type : 'boolean', value : false,
description : 'build documentation with gtk-doc')
-option('enchant', type : 'boolean', value : true,
- description : 'compile with Enchant spell checking support')
-
option('gevolution', type : 'boolean', value : false,
description : 'compile with the Evolution plugin')