mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2025-12-20 05:20:06 +01:00
This means you don't have to explicitly disable the lynx option to build pavucontrol if you don't have lynx installed. Signed-off-by: Alfred Wingate <parona@protonmail.com>
6 lines
276 B
Meson
6 lines
276 B
Meson
option('lynx',
|
|
type : 'feature', value : 'auto',
|
|
description : 'Enable building of the README text file for installation')
|
|
option('audio-feedback',
|
|
type : 'feature', value: 'auto',
|
|
description : 'Play a sound when you change the volume of a sink')
|