summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-08-11 03:06:20 -0500
committerGary Kramlich <grim@reaperworld.com>2022-08-11 03:06:20 -0500
commit49bff88e408a010d681fcc97102fda00162257e1 (patch)
tree63d263800144918552dcd65625bb4655a2091db2 /meson_options.txt
parentd7d841d5b3170c8ee23cf2e3a6c45e1555b028d9 (diff)
downloadpidgin-49bff88e408a010d681fcc97102fda00162257e1.tar.gz
Remove some no longer necessary meson options
nettle was only used for the internal keyring which we dropped awhile ago. The nls and pixmaps options were originally created to decrease the iteration time for developers, but with meson dev environments this is no longer necessary as we don't need to install at all to test things. Testing Done: Ran `meson --wipe` with no issue and compiled. Reviewed at https://reviews.imfreedom.org/r/1577/
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.')