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
|
@ -147,6 +147,7 @@ yambar = executable(
|
|||
plugin_pipewire_enabled ? '-DPLUGIN_ENABLED_PIPEWIRE' : [],
|
||||
plugin_pulse_enabled ? '-DPLUGIN_ENABLED_PULSE' : [],
|
||||
plugin_removables_enabled ? '-DPLUGIN_ENABLED_REMOVABLES' : [],
|
||||
plugin_river_enabled ? '-DPLUGIN_ENABLED_RIVER' : [],
|
||||
plugin_script_enabled ? '-DPLUGIN_ENABLED_SCRIPT' : [],
|
||||
plugin_sway_xkb_enabled ? '-DPLUGIN_ENABLED_SWAY_XKB' : [],
|
||||
plugin_xkb_enabled ? '-DPLUGIN_ENABLED_XKB' : [],
|
||||
|
@ -204,6 +205,7 @@ summary(
|
|||
'Pipewire': plugin_pipewire_enabled,
|
||||
'PulseAudio': plugin_pulse_enabled,
|
||||
'Removables monitoring': plugin_removables_enabled,
|
||||
'River': plugin_river_enabled,
|
||||
'Script': plugin_script_enabled,
|
||||
'Sway XKB keyboard': plugin_sway_xkb_enabled,
|
||||
'XKB keyboard (for X11)': plugin_xkb_enabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue