Add a build option to specify whether pulse gsettings schema should be installed

This commit is contained in:
Mark Gallagher 2022-12-22 15:45:06 +00:00 committed by Wim Taymans
parent ee42a6868d
commit bd87902da6
3 changed files with 16 additions and 7 deletions

View file

@ -330,3 +330,7 @@ option('libffado',
description: 'Enable code that depends on libffado',
type: 'feature',
value: 'auto')
option('gsettings-pulse-schema',
description: 'Install gsettings schema for pulseaudio',
type: 'feature',
value: 'auto')