doc(pulse): Mention pulseaudio dependency
This commit is contained in:
parent
3af3aea534
commit
1739e4490d
@ -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:**
|
**Optional dependencies for extended module support:**
|
||||||
- alsa-lib *required by `internal/volume`*
|
- alsa-lib *required by `internal/volume`*
|
||||||
|
- libpulse *required by `internal/pulseaudio`*
|
||||||
- jsoncpp *required by `internal/i3`*
|
- jsoncpp *required by `internal/i3`*
|
||||||
- libmpdclient *required by `internal/mpd`*
|
- libmpdclient *required by `internal/mpd`*
|
||||||
- libcurl *required by `internal/github`*
|
- libcurl *required by `internal/github`*
|
||||||
|
@ -10,6 +10,7 @@ url="https://github.com/jaagr/polybar"
|
|||||||
license=("MIT")
|
license=("MIT")
|
||||||
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
|
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
|
||||||
optdepends=("alsa-lib: volume module support"
|
optdepends=("alsa-lib: volume module support"
|
||||||
|
"libpulse: pulseaudio module support"
|
||||||
"libmpdclient: mpd module support"
|
"libmpdclient: mpd module support"
|
||||||
"wireless_tools: network module support"
|
"wireless_tools: network module support"
|
||||||
"jsoncpp: i3 module support"
|
"jsoncpp: i3 module support"
|
||||||
|
Loading…
Reference in New Issue
Block a user