mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
meson_options: sort plugin options
This commit is contained in:
parent
49576a26bf
commit
f8f0d7ae99
1 changed files with 9 additions and 12 deletions
|
@ -5,15 +5,12 @@ option(
|
||||||
option(
|
option(
|
||||||
'core-plugins-as-shared-libraries', type: 'boolean', value: false,
|
'core-plugins-as-shared-libraries', type: 'boolean', value: false,
|
||||||
description: 'Compiles modules, particles and decorations as shared libraries, which are loaded on-demand')
|
description: 'Compiles modules, particles and decorations as shared libraries, which are loaded on-demand')
|
||||||
option(
|
|
||||||
'plugin-mpd', type: 'feature', value: 'auto',
|
option('plugin-dwl', type: 'feature', value: 'auto',
|
||||||
description: 'Music Player Daemon (MPD) support')
|
description: 'DWL (dwm for wayland) support')
|
||||||
option(
|
option('plugin-mpd', type: 'feature', value: 'auto',
|
||||||
'plugin-pulse', type: 'feature', value: 'auto',
|
description: 'Music Player Daemon (MPD) support')
|
||||||
description: 'PulseAudio support')
|
option('plugin-pipewire', type: 'feature', value: 'auto',
|
||||||
option(
|
description: 'Pipewire support')
|
||||||
'plugin-pipewire', type: 'feature', value: 'auto',
|
option('plugin-pulse', type: 'feature', value: 'auto',
|
||||||
description: 'Pipewire support')
|
description: 'PulseAudio support')
|
||||||
option(
|
|
||||||
'plugin-dwl', type: 'feature', value: 'auto',
|
|
||||||
description: 'DWL (dwm for wayland) support')
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue