meson: make ‘river’ plugin compile time optional

This commit is contained in:
Daniel Eklöf 2022-12-14 10:05:23 +01:00
parent 1a81255579
commit 56b0047004
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 8 deletions

View file

@ -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',