mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-protocol-native: add module argument 'sockets'
Add module argument 'sockets' for creating multiple sockets clients can connect to. Also allow setting socket file permissions.
This commit is contained in:
parent
7a0b400c18
commit
72462ebd07
5 changed files with 229 additions and 11 deletions
|
|
@ -42,6 +42,10 @@ option('systemd-user-service',
|
|||
description: 'Install systemd user service file (ignored without systemd)',
|
||||
type: 'feature',
|
||||
value: 'enabled')
|
||||
option('selinux',
|
||||
description: 'Enable SELinux integration',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('pipewire-alsa',
|
||||
description: 'Enable pipewire-alsa integration',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue