From 5e0b2eab84e08037644233d0386d589dd879b6b0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 16 Jul 2023 08:15:37 +0200 Subject: [PATCH] libqt6gui6: recommend qt6-wayland (#1038089) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3af242a..39af6e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ qt6-base (6.4.2+dfsg-13) UNRELEASED; urgency=medium * Backport upstream commit eeb66b99df521c4a32b8eda1d889f615319355a6 to support Alpha; patch upstream_Add-enable-Alpha-detection.patch. (Closes: #1025823) * Mark some Linux-only examples in qt6-base-examples as such. + * Recommend qt6-wayland in libqt6gui6, so it is installed by default. + (Closes: #1038089) -- Debian Qt/KDE Maintainers Sat, 15 Jul 2023 14:26:49 +0200 diff --git a/debian/control b/debian/control index 10e7170..b33c9da 100644 --- a/debian/control +++ b/debian/control @@ -129,7 +129,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends}, Breaks: qt6-qpa-plugins (<< 6.3.1+dfsg-6~), Replaces: qt6-qpa-plugins (<< 6.3.1+dfsg-6~), -Recommends: qt6-gtk-platformtheme, qt6-qpa-plugins, +Recommends: qt6-gtk-platformtheme, qt6-qpa-plugins, qt6-wayland [linux-any], Description: Qt 6 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.