summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2019-03-11 13:32:20 -0400
committerDrew DeVault2019-03-11 13:32:20 -0400
commit6ba73bff7ff80045f252f9282eb9c8c1b9751db9 (patch)
tree544ce347e7d03ea82a39cd906b397ad99f504dc2
parent33d25733e908a7454af1eac2fe7fa67ba565d06f (diff)
downloadaur-6ba73bff7ff80045f252f9282eb9c8c1b9751db9.tar.gz
Remove dependencies brought in by wlroots
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 310eabc360b8..5310212e6a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ license=("MIT")
pkgdesc="i3-compatible Wayland compositor"
makedepends=("meson" "git" "scdoc" "wayland-protocols")
depends=(
- "json-c" "pcre" "wlroots-git" "wayland" "libxkbcommon" "cairo" "pango"
- "gdk-pixbuf2" "pixman" "libcap" "libinput" "pam" "xorg-server-xwayland"
+ "json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
+ "xorg-server-xwayland"
)
optdepends=(
"rxvt-unicode: Default terminal emulator."