meson: make ‘disk-io’ plugin compile time optional

This commit is contained in:
Daniel Eklöf 2022-12-14 09:34:05 +01:00
parent b23365ccac
commit 659b282445
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 13 additions and 1 deletions

View file

@ -16,6 +16,8 @@ option('plugin-clock', type: 'feature', value: 'auto',
description: 'Clock support')
option('plugin-cpu', type: 'feature', value: 'auto',
description: 'CPU support')
option('plugin-disk-io', type: 'feature', value: 'auto',
description: 'Disk I/O support')
option('plugin-dwl', type: 'feature', value: 'auto',
description: 'DWL (dwm for wayland) support')
option('plugin-mpd', type: 'feature', value: 'auto',