Make xwayland a required dependency
This commit is contained in:
parent
5632493d48
commit
9321f547e0
2
.SRCINFO
2
.SRCINFO
@ -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
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user