Code

add Meson option "lyrics_plugin_dir"
[ncmpc.git] / meson_options.txt
index 4f58ed3230acea3378114ea8e6ac4a91520025c9..7f7a9718da8980517ff36210b6c909987190f4b6 100644 (file)
@@ -68,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')