forked from external/yambar
meson: make ‘clock’ plugin compile time optional
This commit is contained in:
parent
aeef3eca0e
commit
25e123fbe6
4 changed files with 14 additions and 1 deletions
|
@ -135,6 +135,7 @@ yambar = executable(
|
|||
plugin_alsa_enabled ? '-DPLUGIN_ENABLED_ALSA' : [],
|
||||
plugin_backlight_enabled ? '-DPLUGIN_ENABLED_BACKLIGHT' : [],
|
||||
plugin_battery_enabled ? '-DPLUGIN_ENABLED_BATTERY' : [],
|
||||
plugin_clock_enabled ? '-DPLUGIN_ENABLED_CLOCK' : [],
|
||||
plugin_dwl_enabled ? '-DPLUGIN_ENABLED_DWL' : [],
|
||||
plugin_mpd_enabled ? '-DPLUGIN_ENABLED_MPD' : [],
|
||||
plugin_pipewire_enabled ? '-DPLUGIN_ENABLED_PIPEWIRE' : [],
|
||||
|
@ -180,6 +181,7 @@ summary(
|
|||
'ALSA': plugin_alsa_enabled,
|
||||
'Backlight': plugin_backlight_enabled,
|
||||
'Battery': plugin_battery_enabled,
|
||||
'Clock': plugin_clock_enabled,
|
||||
'DWL (dwm for Wayland)': plugin_dwl_enabled,
|
||||
'Music Player Daemon (MPD)': plugin_mpd_enabled,
|
||||
'Pipewire': plugin_pipewire_enabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue