pavucontrol/meson_options.txt
Alfred Wingate c9ae5ab0cb Use meson feature for lynx
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>
2025-06-26 00:34:03 +00:00

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')