mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: make ‘label’ plugin compile time optional
This commit is contained in:
parent
f54f583be1
commit
8d5e8b5f20
4 changed files with 16 additions and 3 deletions
|
@ -142,6 +142,7 @@ yambar = executable(
|
|||
plugin_mem_enabled ? '-DPLUGIN_ENABLED_MEM' : [],
|
||||
plugin_mpd_enabled ? '-DPLUGIN_ENABLED_MPD' : [],
|
||||
plugin_i3_enabled ? '-DPLUGIN_ENABLED_I3' : [],
|
||||
plugin_label_enabled ? '-DPLUGIN_ENABLED_LABEL' : [],
|
||||
plugin_pipewire_enabled ? '-DPLUGIN_ENABLED_PIPEWIRE' : [],
|
||||
plugin_pulse_enabled ? '-DPLUGIN_ENABLED_PULSE' : [],
|
||||
],
|
||||
|
@ -192,6 +193,7 @@ summary(
|
|||
'Memory monitoring': plugin_mem_enabled,
|
||||
'Music Player Daemon (MPD)': plugin_mpd_enabled,
|
||||
'i3+Sway': plugin_i3_enabled,
|
||||
'Label': plugin_label_enabled,
|
||||
'Pipewire': plugin_pipewire_enabled,
|
||||
'PulseAudio': plugin_pulse_enabled,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue