From 1739e4490dc3f693b8a7c93fcd43c1d2c2723532 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sat, 20 Jan 2018 22:57:45 +0100
Subject: [PATCH] doc(pulse): Mention pulseaudio dependency
---
README.md | 1 +
contrib/polybar-git.aur/PKGBUILD | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 04f0ba96..180bc48b 100644
--- a/README.md
+++ b/README.md
@@ -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`*
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index 161834a7..6d2b47ba 100644
--- a/contrib/polybar-git.aur/PKGBUILD
+++ b/contrib/polybar-git.aur/PKGBUILD
@@ -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"