build-sys: add option to disable building utils

This commit is contained in:
BtbN 2021-12-29 18:57:11 +01:00
parent cfd8fb9398
commit 81e5bfcec3
3 changed files with 10 additions and 1 deletions

View file

@ -4,6 +4,9 @@ option('daemon',
option('client',
type : 'boolean', value : true,
description : 'Build and install pulseaudio client libraries and utilities')
option('utils',
type : 'boolean', value : true,
description : 'Build and install pulseaudio cli utilities')
option('doxygen',
type : 'boolean', value : true,
description : 'Enable building and installation of documentation generated with doxygen')