meson: make ‘network’ plugin compile time optional

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

View file

@ -28,6 +28,8 @@ option('plugin-i3', type: 'feature', value: 'auto',
description: 'i3+Sway support')
option('plugin-label', type: 'feature', value: 'auto',
description: 'Label support')
option('plugin-network', type: 'feature', value: 'auto',
description: 'Network monitoring support')
option('plugin-pipewire', type: 'feature', value: 'auto',
description: 'Pipewire support')
option('plugin-pulse', type: 'feature', value: 'auto',