summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f5e8432285..bd0087edcd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,15 +13,6 @@ option('extraversion', type : 'string',
option('introspection', type : 'boolean', value : true,
description : 'build introspection data')
-option('nettle', type : 'feature',
- description : 'enable Nettle support')
-
-option('nls', type : 'boolean', value : true,
- description : 'enable installation of translation files')
-
-option('pixmaps-install', type : 'boolean', value : true,
- description : 'enable installation of pixmap files - Pidgin still needs them!')
-
option('build-dependencies', type : 'boolean', value : false,
description : 'enable the use of subprojects to build missing dependencies.')