Merge branch 'main' into val-physical-resolve

This commit is contained in:
ickshonpe 2025-05-26 16:55:36 +01:00 committed by GitHub
commit 9fb9f445aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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()

View File

@ -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.