mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘cpu’ plugin compile time optional
This commit is contained in:
parent
25e123fbe6
commit
b23365ccac
4 changed files with 15 additions and 3 deletions
|
@ -14,6 +14,8 @@ option('plugin-battery', type: 'feature', value: 'auto',
|
|||
description: 'Battery support')
|
||||
option('plugin-clock', type: 'feature', value: 'auto',
|
||||
description: 'Clock support')
|
||||
option('plugin-cpu', type: 'feature', value: 'auto',
|
||||
description: 'CPU 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