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

@ -1,6 +1,6 @@
## Building
Pipewire uses a build tool called *Meson* as a basis for its build
PipeWire uses a build tool called *Meson* as a basis for its build
process. It's a tool with some resemblance to Autotools and CMake. Meson
again generates build files for a lower level build tool called *Ninja*,
working in about the same level of abstraction as more familiar GNU Make
@ -33,7 +33,7 @@ Define the installation prefix:
$ meson configure builddir -Dprefix=/usr # Default: /usr/local
```
Pipewire specific build options are listed in the "Project options"
PipeWire specific build options are listed in the "Project options"
section. They are defined in `meson_options.txt`.
Finally, invoke the build: