meson: remove double entry for NLS support option

This commit is contained in:
Stefan Schmidt 2017-08-10 14:12:56 +02:00
parent 016b432793
commit 186674facd
1 changed files with 0 additions and 5 deletions

View File

@ -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,