mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘removables’ plugin compile time optional
This commit is contained in:
parent
b901ac50ee
commit
eb26f64ea7
4 changed files with 17 additions and 4 deletions
|
@ -30,6 +30,8 @@ option('plugin-label', type: 'feature', value: 'auto',
|
|||
description: 'Label support')
|
||||
option('plugin-network', type: 'feature', value: 'auto',
|
||||
description: 'Network monitoring support')
|
||||
option('plugin-removables', type: 'feature', value: 'auto',
|
||||
description: 'Removables (USB sticks, CD-ROM etc) monitoring support')
|
||||
option('plugin-pipewire', type: 'feature', value: 'auto',
|
||||
description: 'Pipewire support')
|
||||
option('plugin-pulse', type: 'feature', value: 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue