mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘script’ plugin compile time optional
This commit is contained in:
parent
eb26f64ea7
commit
ec9ed66b6b
4 changed files with 30 additions and 17 deletions
|
@ -32,6 +32,8 @@ 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-script', type: 'feature', value: 'auto',
|
||||
description: 'Script 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