Meson: Update the default tag in options to be value.

This fixes T6214
This commit is contained in:
Stephen Houston 2017-10-16 09:48:31 -05:00
parent 74523396f4
commit ad24a5a203
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
option('nls',
type: 'boolean',
default: true,
value: true,
description: 'enable localization: (default=true)')