mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
In order to further simplify "unprivileged" builds, add "udev" boolean, which make installing Udev rules optional. I.e. without requiring any ugly hacks (mktemp -d), an privileged build capable of running PulseAudio and JACK applications, can be configured trivially: meson --prefix=~/.local build meson configure build -Dsystemd-user-unit-dir=$HOME/.config/systemd/user meson configure build -Dpipewire-alsa=false meson configure build -Dudev=false Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi> |
||
|---|---|---|
| .. | ||
| acp | ||
| mixer | ||
| 90-pipewire-alsa.rules | ||
| acp-tool.c | ||
| alsa-acp-device.c | ||
| alsa-pcm-device.c | ||
| alsa-pcm-sink.c | ||
| alsa-pcm-source.c | ||
| alsa-pcm.c | ||
| alsa-pcm.h | ||
| alsa-seq-bridge.c | ||
| alsa-seq.c | ||
| alsa-seq.h | ||
| alsa-udev.c | ||
| alsa.c | ||
| dll.h | ||
| meson.build | ||
| test-timer.c | ||