From c44545a8b7ee58daad2d303946df677aea99f8a3 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Fri, 14 Nov 2025 10:23:28 +0100 Subject: [PATCH] main/postmarketos-ui-moonlight: set pmb:drm This UI uses Cage as compositor which depends on wlroots and thus won't work without DRM. Closes https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3920 Signed-off-by: Stefan Hansson Part-of: --- main/postmarketos-ui-moonlight/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/postmarketos-ui-moonlight/APKBUILD b/main/postmarketos-ui-moonlight/APKBUILD index 1c6d9b7a2..892718480 100644 --- a/main/postmarketos-ui-moonlight/APKBUILD +++ b/main/postmarketos-ui-moonlight/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="(Wayland) Open Source PC client for NVIDIA GameStream, as used by the N arch="all !riscv64 !armhf" url="https://postmarketos.org/" license="GPL-3.0-or-later" -options="!check" +options="!check pmb:drm" depends="postmarketos-base-ui-cage" source="10-moonlight-qt.sh" # https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2347