mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
Currently, among others, the `pipewire-pulse` executable is an exact copy of the `pipewire` executable. Use meson's `install_symlink()` to avoid the need for compiling the same thing multiple times. Also use `custom_target()` so that the aliases are available in an uninstalled environment. Do the same for `pw-cat`. The benefit is that all aliases of `pw-cat` are now available in an uninstalled environment. This commit increasese the minimum meson version to 0.61.1 as that is needed for `install_symlink()`. The reason for using 0.61.1 instead of 0.61.0 is the following bug: https://github.com/mesonbuild/meson/issues/9820 |
||
|---|---|---|
| .. | ||
| dsffile.c | ||
| dsffile.h | ||
| meson.build | ||
| midifile.c | ||
| midifile.h | ||
| pw-cat.c | ||
| pw-cli.c | ||
| pw-dot.c | ||
| pw-dump.c | ||
| pw-link.c | ||
| pw-loopback.c | ||
| pw-metadata.c | ||
| pw-mididump.c | ||
| pw-mon.c | ||
| pw-profiler.c | ||
| pw-reserve.c | ||
| pw-top.c | ||
| reserve.c | ||
| reserve.h | ||