forked from external/yambar
meson: make ‘clock’ plugin compile time optional
This commit is contained in:
parent
aeef3eca0e
commit
25e123fbe6
4 changed files with 14 additions and 1 deletions
|
@ -12,6 +12,8 @@ option('plugin-backlight', type: 'feature', value: 'auto',
|
|||
description: 'Backlight support')
|
||||
option('plugin-battery', type: 'feature', value: 'auto',
|
||||
description: 'Battery support')
|
||||
option('plugin-clock', type: 'feature', value: 'auto',
|
||||
description: 'Clock support')
|
||||
option('plugin-dwl', type: 'feature', value: 'auto',
|
||||
description: 'DWL (dwm for wayland) support')
|
||||
option('plugin-mpd', type: 'feature', value: 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue