Make xwayland a required dependency

This commit is contained in:
Drew DeVault 2015-08-18 10:33:27 -04:00
parent 5632493d48
commit 9321f547e0
2 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ pkgbase = sway-git
makedepends = git
makedepends = asciidoc
depends = wlc-git
optdepends = xorg-server-xwayland: running xorg windows under sway
depends = xorg-server-xwayland
optdepends = rxvt-unicode: default terminal emulator
optdepends = dmenu: default for launching applications
source = sway::git+https://github.com/SirCmpwn/sway.git

View File

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