diff options
author | Alex | 2019-05-20 11:55:32 +0200 |
---|---|---|
committer | Alex | 2019-05-20 11:55:32 +0200 |
commit | adf103d70b92a7ccf19a4d871c00243d5b37c74d (patch) | |
tree | 849ba702118bf39e24ded1828a9c26b4de5b1f20 | |
parent | 6626f3e2d9cf49c7c05a0ebca76aa1113a652602 (diff) | |
download | aur-adf103d70b92a7ccf19a4d871c00243d5b37c74d.tar.gz |
chore: remove wlroots dependency
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -17,7 +17,6 @@ pkgbase = waybar-git depends = libdbusmenu-gtk3 depends = libappindicator-gtk3 depends = libpulse - depends = wlroots optdepends = sway: Sway modules support optdepends = libmpdclient: Mpd module support optdepends = otf-font-awesome: Icons in the default configuration @@ -18,8 +18,7 @@ depends=('gtkmm3' 'wayland' 'libdbusmenu-gtk3' 'libappindicator-gtk3' - 'libpulse' - 'wlroots') + 'libpulse') makedepends=('meson' 'git') optdepends=('sway: Sway modules support' |