From 968ed8aa261a3a36bee0aacfc3c071b2bcdf138e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= <ablocorrea@hotmail.com> Date: Thu, 21 Apr 2022 12:01:45 +0200 Subject: [PATCH] community/phosh: add xwayland to depends phosh session file currently requires org.gnome.SettingsDaemon.XSettings as a required component. Such component needs XWayland when running under wayland to be able to start. --- community/phosh/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/phosh/APKBUILD b/community/phosh/APKBUILD index 32f00e11b6d1..8089ae6a69fd 100644 --- a/community/phosh/APKBUILD +++ b/community/phosh/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=phosh pkgver=0.17.0 -pkgrel=1 +pkgrel=2 _commit_gvc="ae1a34aafce7026b8c0f65a43c9192d756fe1057" _commit_libcall_ui="acfbb136bbf74514e0b9801ce6c1e8acf36350b6" pkgdesc="Shell PoC for the Librem5" @@ -29,6 +29,7 @@ depends=" phoc squeekboard ttf-cantarell + xwayland " makedepends=" callaudiod-dev -- GitLab