From 6ba73bff7ff80045f252f9282eb9c8c1b9751db9 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Mar 2019 13:32:20 -0400 Subject: [PATCH] Remove dependencies brought in by wlroots --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 310eabc..5310212 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."