docs(compiling): fix wrong fedora package for pulse libs

This commit is contained in:
Jake Stanger 2024-05-18 22:04:16 +01:00
parent 47e3e0f9b2
commit f7f991b2e6
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -45,7 +45,7 @@ dnf install gtk3-devel gtk-layer-shell-devel
# for http support
dnf install openssl-devel
# for volume support
dnf install libpulseaudio-devel
dnf install pulseaudio-libs-devel
# for lua/cairo support
dnf install luajit-devel lua-lgi
```