pipewire/spa
Jarkko Sakkinen 7aabd50d1e udev: Make Udev optional
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>
2021-01-09 23:42:05 +02:00
..
examples examples: dlclose on some errors 2020-07-02 16:07:54 +02:00
include json: handle incomplete strings 2020-12-31 17:16:32 +01:00
plugins udev: Make Udev optional 2021-01-09 23:42:05 +02:00
tests result: don't use undefined shift 2020-12-21 21:08:56 +01:00
tools initialize variables better 2020-05-20 15:24:25 +02:00
meson.build a2dp: add aac encoder 2020-12-23 06:15:15 +00:00