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 = git
|
||||||
makedepends = asciidoc
|
makedepends = asciidoc
|
||||||
depends = wlc-git
|
depends = wlc-git
|
||||||
optdepends = xorg-server-xwayland: running xorg windows under sway
|
depends = xorg-server-xwayland
|
||||||
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
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -1,14 +1,13 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r223.4b64e48
|
pkgver=r247.85a573d
|
||||||
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")
|
depends=("wlc-git" "xorg-server-xwayland")
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"xorg-server-xwayland: running xorg windows under sway"
|
|
||||||
"rxvt-unicode: default terminal emulator"
|
"rxvt-unicode: default terminal emulator"
|
||||||
"dmenu: default for launching applications"
|
"dmenu: default for launching applications"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user