From 2b538fce3e3f11a46a292f17212f645b7b42e8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Tue, 27 Feb 2024 02:27:06 +0100 Subject: [PATCH] testing/river: add dependency on xwayland Since 848c35056d762085af276ba24be2022c95ec9c29, 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. --- testing/river/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/river/APKBUILD b/testing/river/APKBUILD index d1f2f768183e..ad088f9a08e2 100644 --- a/testing/river/APKBUILD +++ b/testing/river/APKBUILD @@ -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 -- GitLab