summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNBonaparte2017-12-03 15:04:58 -0800
committerNBonaparte2017-12-03 15:04:58 -0800
commitb919f71d144951ca681f37bf3588d73fd9a5369e (patch)
treebf1de66f161d106a15caa23cc90302906b49b4e0
parentb4c7530c63e487a89c393060fe072c05e861094d (diff)
downloadaur-b919f71d144951ca681f37bf3588d73fd9a5369e.tar.gz
add xcb-util-cursor to depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265eeeb277a3..444000769093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = polybar
depends = xcb-util-image
depends = xcb-util-wm
depends = xcb-util-xrm
+ depends = xcb-util-cursor
optdepends = alsa-lib: volume module support
optdepends = libmpdclient: mpd module support
optdepends = wireless_tools: network module support
diff --git a/PKGBUILD b/PKGBUILD
index 56c41d4786f6..f634c10f262e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
license=("MIT")
-depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm")
+depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"