From c9f8f9f47ed7f71483cc19279ecba954023bbedb Mon Sep 17 00:00:00 2001 From: YeShanShan Date: Tue, 31 Oct 2023 17:20:23 +0800 Subject: [PATCH] fix: missing some dependices for debian missing some qml packages. Issue: https://github.com/linuxdeepin/developer-center/issues/6026 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 6ee3d5ed7..bb4c39932 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libdtk6gui-dev, libdtk6core-dev, libdtkcommon-dev, + libxcb-ewmh-dev, extra-cmake-modules, Standards-Version: 3.9.8 Homepage: http://www.deepin.org @@ -37,6 +38,7 @@ Description: DDE Shell devel library Package: dde-shell Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libdde-shell( =${binary:Version}), + qml6-module-qtquick-layouts, qml6-module-qtquick-window, libdtk6declarative, qml6-module-qtquick-controls2-styles-chameleon Multi-Arch: same Description: An wrapper for developed based on dde-shell plugin system