forked from external/yambar
meson: make ‘i3’ plugin compile time optional
This commit is contained in:
parent
85d55905f9
commit
f54f583be1
4 changed files with 18 additions and 3 deletions
|
@ -24,6 +24,8 @@ option('plugin-mem', type: 'feature', value: 'auto',
|
|||
description: 'Memory monitoring support')
|
||||
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-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