2018-05-19 11:44:28 +02:00
|
|
|
option('docs',
|
2017-10-19 00:02:08 +02:00
|
|
|
description: 'Build documentation',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'disabled')
|
2020-01-18 13:59:28 +01:00
|
|
|
option('examples',
|
|
|
|
|
description: 'Build examples',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'enabled')
|
2021-02-23 16:03:20 +02:00
|
|
|
option('media-session',
|
|
|
|
|
description: 'Build and install pipewire-media-session',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-05-19 11:44:28 +02:00
|
|
|
option('man',
|
2017-10-19 00:02:08 +02:00
|
|
|
description: 'Build manpages',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-02-23 00:09:16 +01:00
|
|
|
option('tests',
|
|
|
|
|
description: 'Build tests',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto',
|
|
|
|
|
yield : true)
|
2020-06-05 14:06:36 +01:00
|
|
|
option('installed_tests',
|
|
|
|
|
description: 'Install manual and automated test executables',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'disabled')
|
2018-05-19 11:44:28 +02:00
|
|
|
option('gstreamer',
|
2017-11-13 20:08:29 +01:00
|
|
|
description: 'Build GStreamer plugins',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-10-13 12:40:48 +02:00
|
|
|
option('gstreamer-device-provider',
|
|
|
|
|
description: 'Build GStreamer device provider plugin',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-05-19 11:41:41 +02:00
|
|
|
option('systemd',
|
|
|
|
|
description: 'Enable systemd integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-08-17 10:48:55 +02:00
|
|
|
option('systemd-system-service',
|
|
|
|
|
description: 'Install systemd system service file',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
2021-03-11 14:25:48 -03:00
|
|
|
value: 'disabled')
|
2020-08-17 10:48:55 +02:00
|
|
|
option('systemd-user-service',
|
|
|
|
|
description: 'Install systemd user service file',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('pipewire-alsa',
|
|
|
|
|
description: 'Enable pipewire-alsa integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('pipewire-jack',
|
|
|
|
|
description: 'Enable pipewire-jack integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-04-29 11:24:24 +02:00
|
|
|
option('libjack-path',
|
|
|
|
|
description: 'Where to install the libjack.so library',
|
|
|
|
|
type: 'string')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('spa-plugins',
|
|
|
|
|
description: 'Enable spa plugins integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('alsa',
|
|
|
|
|
description: 'Enable alsa spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('audiomixer',
|
|
|
|
|
description: 'Enable audiomixer spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('audioconvert',
|
2018-10-10 17:16:01 +02:00
|
|
|
description: 'Enable audioconvert spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('bluez5',
|
|
|
|
|
description: 'Enable bluez5 spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-12-23 14:41:57 +01:00
|
|
|
option('bluez5-backend-hsp-native',
|
|
|
|
|
description: 'Enable HSP in native backend in bluez5 spa plugin',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-12-23 14:41:57 +01:00
|
|
|
option('bluez5-backend-hfp-native',
|
|
|
|
|
description: 'Enable HFP in native backend in bluez5 spa plugin',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-07-22 14:50:38 +02:00
|
|
|
option('bluez5-backend-ofono',
|
|
|
|
|
description: 'Enable oFono HFP backend in bluez5 spa plugin',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-07-22 17:40:32 +02:00
|
|
|
option('bluez5-backend-hsphfpd',
|
|
|
|
|
description: 'Enable hsphfpd backend in bluez5 spa plugin',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2021-03-15 00:14:23 +02:00
|
|
|
option('bluez5-codec-aptx',
|
|
|
|
|
description: 'Enable AptX Qualcomm proprietary codec implementation',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
|
|
|
|
option('bluez5-codec-ldac',
|
|
|
|
|
description: 'Enable LDAC Sony proprietary codec implementation',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
|
|
|
|
option('bluez5-codec-aac',
|
|
|
|
|
description: 'Enable Fraunhofer FDK AAC open source codec implementation',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2019-10-16 11:13:23 +02:00
|
|
|
option('control',
|
|
|
|
|
description: 'Enable control spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('audiotestsrc',
|
|
|
|
|
description: 'Enable audiotestsrc spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('ffmpeg',
|
|
|
|
|
description: 'Enable ffmpeg spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'disabled')
|
2019-08-20 20:35:41 +02:00
|
|
|
option('jack',
|
|
|
|
|
description: 'Enable jack spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('support',
|
|
|
|
|
description: 'Enable support spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2019-06-18 18:01:14 +02:00
|
|
|
option('evl',
|
|
|
|
|
description: 'Enable EVL support spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'disabled')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('test',
|
|
|
|
|
description: 'Enable test spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'disabled')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('v4l2',
|
|
|
|
|
description: 'Enable v4l2 spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-04-20 12:26:50 +05:30
|
|
|
option('libcamera',
|
|
|
|
|
description: 'Enable libcamera spa plugin integration',
|
2021-03-11 14:25:48 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2019-07-25 12:19:41 +02:00
|
|
|
option('videoconvert',
|
|
|
|
|
description: 'Enable videoconvert spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('videotestsrc',
|
|
|
|
|
description: 'Enable videotestsrc spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2018-10-09 13:57:59 +05:30
|
|
|
option('volume',
|
|
|
|
|
description: 'Enable volume spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2019-08-19 16:32:22 +02:00
|
|
|
option('vulkan',
|
|
|
|
|
description: 'Enable vulkan spa plugin integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-01-27 15:42:59 +01:00
|
|
|
option('pw-cat',
|
|
|
|
|
description: 'Build pw-cat/pw-play/pw-record',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2021-01-09 23:31:47 +02:00
|
|
|
option('udev',
|
|
|
|
|
description: 'Enable Udev integration',
|
2021-03-10 15:36:27 -03:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2020-07-28 13:11:17 +02:00
|
|
|
option('udevrulesdir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for udev rules (defaults to /lib/udev/rules.d)')
|
2021-01-09 11:38:45 +02:00
|
|
|
option('systemd-user-unit-dir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for user systemd units (defaults to /usr/lib/systemd/user)')
|
2021-02-15 11:59:10 +01:00
|
|
|
option('sdl2',
|
|
|
|
|
description: 'Enable code that depends on SDL 2',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
|
|
|
|
option('sndfile',
|
|
|
|
|
description: 'Enable code that depends on libsndfile',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|