mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘river’ plugin compile time optional
This commit is contained in:
parent
1a81255579
commit
56b0047004
4 changed files with 16 additions and 8 deletions
|
@ -36,6 +36,8 @@ option('plugin-pulse', type: 'feature', value: 'auto',
|
|||
description: 'PulseAudio support')
|
||||
option('plugin-removables', type: 'feature', value: 'auto',
|
||||
description: 'Removables (USB sticks, CD-ROM etc) monitoring support')
|
||||
option('plugin-river', type: 'feature', value: 'auto',
|
||||
description: 'River support')
|
||||
option('plugin-script', type: 'feature', value: 'auto',
|
||||
description: 'Script support')
|
||||
option('plugin-sway-xkb', type: 'feature', value: 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue