1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

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
```