From 49bff88e408a010d681fcc97102fda00162257e1 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 11 Aug 2022 03:06:20 -0500 Subject: 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/ --- meson_options.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'meson_options.txt') 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.') -- cgit v1.2.1