mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘label’ plugin compile time optional
This commit is contained in:
parent
f54f583be1
commit
8d5e8b5f20
4 changed files with 16 additions and 3 deletions
|
@ -26,6 +26,8 @@ option('plugin-mpd', type: 'feature', value: 'auto',
|
|||
description: 'Music Player Daemon (MPD) support')
|
||||
option('plugin-i3', type: 'feature', value: 'auto',
|
||||
description: 'i3+Sway support')
|
||||
option('plugin-label', type: 'feature', value: 'auto',
|
||||
description: 'Label support')
|
||||
option('plugin-pipewire', type: 'feature', value: 'auto',
|
||||
description: 'Pipewire support')
|
||||
option('plugin-pulse', type: 'feature', value: 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue