Code

release v0.29
[ncmpc.git] / meson_options.txt
index 752939412ad18b0a792ed5ffccd61e530885bef5..7f7a9718da8980517ff36210b6c909987190f4b6 100644 (file)
@@ -14,19 +14,22 @@ option('colors', type: 'combo',
   description: 'Enable color support')
 
 option('multibyte', type: 'boolean',
-  value: 'true',
+  value: true,
   description: 'Enable multibyte character support')
 
 option('locale', type: 'combo',
   choices: ['true', 'false', 'auto'],
+  value: 'auto',
   description: 'Enable locale support')
 
 option('nls', type: 'combo',
   choices: ['true', 'false', 'auto'],
+  value: 'auto',
   description: 'Enable NLS support')
 
 option('lirc', type: 'combo',
   choices: ['true', 'false', 'auto'],
+  value: 'auto',
   description: 'Enable LIRC support')
 
 option('tcp', type: 'boolean',
@@ -65,6 +68,10 @@ option('lyrics_screen', type: 'boolean',
   value: false,
   description: 'Enable the lyrics screen')
 
+option('lyrics_plugin_dir', type: 'string',
+  value: '',
+  description: 'Directory where lyrics plugins are stored')
+
 option('outputs_screen', type: 'boolean',
   value: true,
   description: 'Enable the outputs screen')