mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
doc(pulse): Mention pulseaudio dependency
This commit is contained in:
parent
3af3aea534
commit
1739e4490d
2 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht
|
|||
|
||||
**Optional dependencies for extended module support:**
|
||||
- alsa-lib *required by `internal/volume`*
|
||||
- libpulse *required by `internal/pulseaudio`*
|
||||
- jsoncpp *required by `internal/i3`*
|
||||
- libmpdclient *required by `internal/mpd`*
|
||||
- libcurl *required by `internal/github`*
|
||||
|
|
|
@ -10,6 +10,7 @@ url="https://github.com/jaagr/polybar"
|
|||
license=("MIT")
|
||||
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
|
||||
optdepends=("alsa-lib: volume module support"
|
||||
"libpulse: pulseaudio module support"
|
||||
"libmpdclient: mpd module support"
|
||||
"wireless_tools: network module support"
|
||||
"jsoncpp: i3 module support"
|
||||
|
|
Loading…
Reference in a new issue