docs: pipewire ppa for ubuntu 20.04 or lower

ubuntu 20.10 has `libpipewire-0.3-dev`
This commit is contained in:
Nico 2021-05-19 09:23:51 +02:00 committed by GitHub
parent 037c85c6d8
commit 06e44e535f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ This list may not be accurate. Contact me if you find missing dependencies so th
```sh
sudo apt install git build-essential cmake libx11-dev libxi-dev libwebkit2gtk-4.0-dev libappindicator3-dev libssl-dev libpulse-dev libpipewire-0.3-dev
```
> If you're on Ubuntu 20.10 or lower you might have to add the PipeWire PPA:
> If you're on Ubuntu 20.04 or lower you might have to add the PipeWire PPA:
> `sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream`
#### 📜 Fedora and derivatives
```sh