summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-01-31 08:43:03 -0600
committerGary Kramlich <grim@reaperworld.com>2020-01-31 08:43:03 -0600
commitecd35d55df4856cc44d96c9cfbcf66d2c2d3fbaf (patch)
tree4ca4aae3bbcc2b4a8da9599b9121e82f9d924fec /meson_options.txt
parentb72840154488c3f1b48e57076b4a0723551b9bd5 (diff)
downloadpidgin-ecd35d55df4856cc44d96c9cfbcf66d2c2d3fbaf.tar.gz
make libidn a required dependency
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 a7bcf40038..12ffd1b241 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -58,9 +58,6 @@ option('avahi', type : 'feature',
option('cyrus-sasl', type : 'feature',
description : 'enable Cyrus SASL support for XMPP/IRC')
-option('idn', type : 'feature',
- description : 'compile with IDN support')
-
option('krb4', type : 'boolean', value : false,
description : 'compile Zephyr plugin with Kerberos 4 support')