okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=ad24a5a203acf97b67e122afd95786afa383656e
commit ad24a5a203acf97b67e122afd95786afa383656e Author: Stephen Houston <[email protected]> Date: Mon Oct 16 09:48:31 2017 -0500 Meson: Update the default tag in options to be value. This fixes T6214 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index bc7316b..fe7f83b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ option('nls', type: 'boolean', - default: true, + value: true, description: 'enable localization: (default=true)') --
