From 0d3b6594dfbf1c446713a2d058f0548a76c0f0b9 Mon Sep 17 00:00:00 2001 From: xionglinlin Date: Thu, 29 Aug 2024 17:54:58 +0800 Subject: [PATCH] fix: add run-time dependencies Launchpad needs to rely on dtk greater than or equal to 6.0.19 version Log: update dependencies --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2b00dd0a..8c7921b9 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,8 @@ Depends: ${misc:Depends}, dde-application-manager (>> 1.2.2), dde-application-wizard-daemon-compat, - libdtk6declarative(>=6.0.13), + libdtk6gui(>= 6.0.19), + libdtk6declarative(>= 6.0.19), qml6-module-qtquick-layouts, qml6-module-qtquick-window, qml6-module-qtquick-controls,