Add xcb-util-image as dependency

This commit is contained in:
Drew DeVault 2015-08-23 13:19:22 -04:00
parent 9321f547e0
commit 42867720f1
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = sway-git pkgbase = sway-git
pkgdesc = i3 compatible window manager for Wayland pkgdesc = i3 compatible window manager for Wayland
pkgver = r223.4b64e48 pkgver = r411.e232241
pkgrel = 1 pkgrel = 1
url = https://github.com/SirCmpwn/sway url = https://github.com/SirCmpwn/sway
arch = i386 arch = i386
@ -11,6 +11,7 @@ pkgbase = sway-git
makedepends = asciidoc makedepends = asciidoc
depends = wlc-git depends = wlc-git
depends = xorg-server-xwayland depends = xorg-server-xwayland
depends = xcb-util-image
optdepends = rxvt-unicode: default terminal emulator optdepends = rxvt-unicode: default terminal emulator
optdepends = dmenu: default for launching applications optdepends = dmenu: default for launching applications
source = sway::git+https://github.com/SirCmpwn/sway.git source = sway::git+https://github.com/SirCmpwn/sway.git

View File

@ -1,12 +1,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com> # Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git pkgname=sway-git
_pkgname=sway _pkgname=sway
pkgver=r247.85a573d pkgver=r411.e232241
pkgrel=1 pkgrel=1
license=('MIT') license=('MIT')
pkgdesc='i3 compatible window manager for Wayland' pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc") makedepends=("cmake" "git" "asciidoc")
depends=("wlc-git" "xorg-server-xwayland") depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image")
optdepends=( optdepends=(
"rxvt-unicode: default terminal emulator" "rxvt-unicode: default terminal emulator"
"dmenu: default for launching applications" "dmenu: default for launching applications"