fix: add libpipewire-0.3-dev dependency
This commit is contained in:
parent
bdb6d03198
commit
5d3ed8dd9f
2 changed files with 3 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install system dependencies
|
- name: install system dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install toolchain
|
- name: install toolchain
|
||||||
run: rustup toolchain install 1.70.0 --component clippy
|
run: rustup toolchain install 1.70.0 --component clippy
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install system dependencies
|
- name: install system dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install toolchain
|
- name: install toolchain
|
||||||
run: rustup show
|
run: rustup show
|
||||||
|
|
|
||||||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -10,6 +10,7 @@ Build-Depends:
|
||||||
libfontconfig-dev,
|
libfontconfig-dev,
|
||||||
libfreetype-dev,
|
libfreetype-dev,
|
||||||
libinput-dev,
|
libinput-dev,
|
||||||
|
libpipewire-0.3-dev,
|
||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libudev-dev,
|
libudev-dev,
|
||||||
libwayland-dev,
|
libwayland-dev,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue