Remove dependencies brought in by wlroots

This commit is contained in:
Drew DeVault 2019-03-11 13:32:20 -04:00
parent 33d25733e9
commit 6ba73bff7f
1 changed files with 2 additions and 2 deletions

View File

@ -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."