Merge branch 'main' into val-physical-resolve
This commit is contained in:
commit
9fb9f445aa
@ -30,6 +30,10 @@ impl<S: System<In = ()>> System for InfallibleSystemWrapper<S> {
|
||||
self.0.name()
|
||||
}
|
||||
|
||||
fn type_id(&self) -> core::any::TypeId {
|
||||
self.0.type_id()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn component_access(&self) -> &Access<ComponentId> {
|
||||
self.0.component_access()
|
||||
|
@ -94,7 +94,7 @@ export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig/"
|
||||
## Arch / Manjaro
|
||||
|
||||
```bash
|
||||
sudo pacman -S libx11 pkgconf alsa-lib
|
||||
sudo pacman -S libx11 pkgconf alsa-lib libxcursor libxrandr libxi
|
||||
```
|
||||
|
||||
Install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server you are using.
|
||||
|
Loading…
Reference in New Issue
Block a user