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:
parent
47e3e0f9b2
commit
f7f991b2e6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ dnf install gtk3-devel gtk-layer-shell-devel
|
||||||
# for http support
|
# for http support
|
||||||
dnf install openssl-devel
|
dnf install openssl-devel
|
||||||
# for volume support
|
# for volume support
|
||||||
dnf install libpulseaudio-devel
|
dnf install pulseaudio-libs-devel
|
||||||
# for lua/cairo support
|
# for lua/cairo support
|
||||||
dnf install luajit-devel lua-lgi
|
dnf install luajit-devel lua-lgi
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue