meson: make ‘cpu’ plugin compile time optional

This commit is contained in:
Daniel Eklöf 2022-12-14 09:31:48 +01:00
parent 25e123fbe6
commit b23365ccac
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 15 additions and 3 deletions

View file

@ -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',