sway: readd xwayland dep
This is something people generally expect to work, and worse, by making it optional it will sometimes remove existing xwayland installs via orphan autoremove, so let's just keep it People who really want to avoid having X11 installed can use ignorepkg
This commit is contained in:
parent
17060bfa01
commit
bc29f90fa3
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'sway'
|
||||
pkgname=sway
|
||||
version=1.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
conf_files="/etc/sway/config"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||
makedepends="xcb-util-wm-devel xcb-util-errors-devel wlroots-devel
|
||||
wayland-devel wayland-protocols pcre-devel
|
||||
json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
|
||||
depends="swaybg $(vopt_if elogind elogind)"
|
||||
depends="swaybg xorg-server-xwayland $(vopt_if elogind elogind)"
|
||||
short_desc="Tiling Wayland compositor compatible with i3"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue