From d760b65df400493cb0f33712efa5897ae3276ae9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 29 Dec 2025 22:44:40 -0600 Subject: [PATCH] Add dependency on qt6-wayland This includes the QPA plugin for Wayland which is necessary to run natively on Wayland. Without the Wayland QPA plugin, we will use XWayland which comes with a performance impact, especially on embedded platforms with weak GPUs. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 17fb54e..979ad81 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Build-Depends: debhelper (>= 10), libssl-dev, qt6-base-dev, qt6-declarative-dev, Package: moonlight-qt Architecture: any -Depends: qml6-module-qtquick-controls, qml6-module-qtquick-templates, qml6-module-qtquick-layouts, qml6-module-qtqml-workerscript, qml6-module-qtquick-window, qml6-module-qtquick, libdecor-0-0, libgles2, ${shlibs:Depends}, ${misc:Depends}, EXTRA_DEPS +Depends: qml6-module-qtquick-controls, qml6-module-qtquick-templates, qml6-module-qtquick-layouts, qml6-module-qtqml-workerscript, qml6-module-qtquick-window, qml6-module-qtquick, libdecor-0-0, libgles2, qt6-wayland, ${shlibs:Depends}, ${misc:Depends}, EXTRA_DEPS Recommends: libgl1-mesa-dri Description: NVIDIA GameStream client