From 186674facd2c87f69bb8462ed0071686f897fa01 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 10 Aug 2017 14:12:56 +0200 Subject: [PATCH] meson: remove double entry for NLS support option --- meson_options.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 7b830873b..79c541d21 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -20,11 +20,6 @@ option('pam', default: true, description: 'enable PAM support: (default=true)') -option('nls', - type: 'boolean', - default: true, - description: 'enable NLS support: (default=true)') - option('device-udev', type: 'boolean', default: true,