Add new dependencies

This commit is contained in:
Drew DeVault 2015-11-12 13:11:14 -05:00
parent 64b1be04a9
commit 2ba881c1a7
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = sway-git
pkgdesc = i3 compatible window manager for Wayland
pkgver = r468.eb53f17
pkgver = r670.d729032
pkgrel = 1
url = https://github.com/SirCmpwn/sway
arch = i686
@ -13,6 +13,9 @@ pkgbase = sway-git
depends = xorg-server-xwayland
depends = xcb-util-image
depends = json-c
depends = pango
depends = cairo
depends = wayland
optdepends = rxvt-unicode: default terminal emulator
optdepends = dmenu: default for launching applications
source = sway::git+https://github.com/SirCmpwn/sway.git

View File

@ -6,7 +6,7 @@ pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc")
depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c")
depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cairo" "wayland")
optdepends=(
"rxvt-unicode: default terminal emulator"
"dmenu: default for launching applications"