Replace Pipewire with PipeWire for consistency

And set up a CI job to check for that.
This commit is contained in:
Peter Hutterer 2021-07-14 15:41:58 +10:00
parent 4732aea0c6
commit 257fd83f65
20 changed files with 28 additions and 20 deletions

View file

@ -7,7 +7,7 @@ if [ -z "$MESON" ]; then
fi
if [ -z "$MESON" ]; then
echo "error: Meson not found."
echo "Install meson to configure and build Pipewire. If meson" \
echo "Install meson to configure and build PipeWire. If meson" \
"is already installed, set the environment variable MESON" \
"to the binary's path."
exit 1;