Skip to content
Snippets Groups Projects
Commit 2b538fce authored by Sören Tempel's avatar Sören Tempel Committed by Sören Tempel
Browse files

testing/river: add dependency on xwayland

Since 848c3505, river is built with
Xwayland support. That means it requires /usr/bin/Xwayland and *wont
start at all* if this binary is not present. Additionally, since it
is not possible to disable Xwayland support at run-time within river,
Xwayland is now a required dependency.
parent 6aac27d6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=river
pkgver=0.2.6
pkgrel=0
pkgrel=1
pkgdesc="Dynamic Tiling Wayland Compositor"
url="https://github.com/riverwm/river"
arch="x86_64 aarch64" # limited by zig aport
......@@ -17,7 +17,7 @@ makedepends="
wlroots0.16-dev
zig
"
depends="seatd"
depends="xwayland seatd"
subpackages="
$pkgname-dev
$pkgname-doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment