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