forked from external/yambar
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
|
@ -144,6 +144,7 @@ yambar = executable(
|
|||
plugin_i3_enabled ? '-DPLUGIN_ENABLED_I3' : [],
|
||||
plugin_label_enabled ? '-DPLUGIN_ENABLED_LABEL' : [],
|
||||
plugin_network_enabled ? '-DPLUGIN_ENABLED_NETWORK' : [],
|
||||
plugin_removables_enabled ? '-DPLUGIN_ENABLED_REMOVABLES' : [],
|
||||
plugin_pipewire_enabled ? '-DPLUGIN_ENABLED_PIPEWIRE' : [],
|
||||
plugin_pulse_enabled ? '-DPLUGIN_ENABLED_PULSE' : [],
|
||||
],
|
||||
|
@ -196,6 +197,7 @@ summary(
|
|||
'i3+Sway': plugin_i3_enabled,
|
||||
'Label': plugin_label_enabled,
|
||||
'Network monitoring': plugin_network_enabled,
|
||||
'Removables monitoring': plugin_removables_enabled,
|
||||
'Pipewire': plugin_pipewire_enabled,
|
||||
'PulseAudio': plugin_pulse_enabled,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue