X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=blobdiff_plain;f=meson_options.txt;h=7f7a9718da8980517ff36210b6c909987190f4b6;hp=4f58ed3230acea3378114ea8e6ac4a91520025c9;hb=5038fe70efa193f1b5dd0a3e4e4525eb95980afe;hpb=8d795d6b1ea1932823c29484a3280a5c7f8b77b5 diff --git a/meson_options.txt b/meson_options.txt index 4f58ed3..7f7a971 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')