mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
|
|
@ -1,3 +1,9 @@
|
|||
option('daemon',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Enable building and installation of pulseaudio daemon and supporting configuration files')
|
||||
option('doxygen',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Enable building and installation of documentation generated with doxygen')
|
||||
option('gcov',
|
||||
type : 'boolean', value : false,
|
||||
description : 'Enable optional gcov coverage analysis')
|
||||
|
|
@ -51,6 +57,9 @@ option('pulsedsp-location',
|
|||
option('modlibexecdir',
|
||||
type : 'string',
|
||||
description : 'Specify location where modules will be installed')
|
||||
option('alsadatadir',
|
||||
type : 'string',
|
||||
description : 'Directory for ALSA card profiles (defaults to ${datadir}/pulseaudio/alsa-mixer)')
|
||||
option('systemduserunitdir',
|
||||
type : 'string',
|
||||
description : 'Directory for systemd user service files')
|
||||
|
|
@ -76,8 +85,11 @@ option('avahi',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Avahi support')
|
||||
option('bluez5',
|
||||
type : 'boolean', value : 'true',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional BlueZ 5 support')
|
||||
option('bluez5-gstreamer',
|
||||
type : 'feature', value: 'auto',
|
||||
description : 'Optional BlueZ 5 GStreamer support')
|
||||
option('bluez5-native-headset',
|
||||
type : 'boolean',
|
||||
description : 'Optional native headset backend support (BlueZ 5)')
|
||||
|
|
@ -87,6 +99,9 @@ option('bluez5-ofono-headset',
|
|||
option('dbus',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional D-Bus support')
|
||||
option('elogind',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional elogind support')
|
||||
option('fftw',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional FFTW support')
|
||||
|
|
@ -97,7 +112,7 @@ option('gsettings',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GSettings support')
|
||||
option('gstreamer',
|
||||
type : 'feature', value : 'auto',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional GStreamer dependency for media-related functionality')
|
||||
option('gtk',
|
||||
type : 'feature', value : 'auto',
|
||||
|
|
@ -120,6 +135,9 @@ option('openssl',
|
|||
option('orc',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optimized Inner Loop Runtime Compiler')
|
||||
option('oss-output',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional OSS output support')
|
||||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional libsamplerate support (DEPRECATED)')
|
||||
|
|
@ -132,9 +150,15 @@ option('speex',
|
|||
option('systemd',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional systemd support')
|
||||
option('tcpwrap',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional TCP wrappers support')
|
||||
option('udev',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional udev support')
|
||||
option('valgrind',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Valgrind support')
|
||||
option('x11',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional X11 support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue