pipewire/src/tools
Barnabás Pőcze 1ef43a5255 meson.build: install symbolic links instead of compiling multiple times
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
2023-03-10 19:50:29 +01:00
..
dsffile.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
dsffile.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build meson.build: install symbolic links instead of compiling multiple times 2023-03-10 19:50:29 +01:00
midifile.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
midifile.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-cat.c pw-cat: Keep track of excess playtime when playing encoded audio 2023-02-24 14:15:13 +01:00
pw-cli.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-dot.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-dump.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-link.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-loopback.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-metadata.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-mididump.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-mon.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-profiler.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-reserve.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pw-top.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
reserve.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
reserve.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00