From 765054f9a44d3fe27cd084feb15b1a19ab77d1c5 Mon Sep 17 00:00:00 2001 From: wangfei Date: Wed, 26 Jun 2024 16:11:43 +0800 Subject: [PATCH] chore: remove module check of dde-dock remove module check of dde-dock Log: --- debian/control | 6 +++++- plugins/dde-network-core/dock-network-plugin/CMakeLists.txt | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 7e09ae976..04b66d688 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Deepin Packages Builder Build-Depends: debhelper (>= 8.0.0), pkg-config, cmake, + extra-cmake-modules, qt5-qmake, libxcb-image0-dev, libxcb-composite0-dev, @@ -29,7 +30,10 @@ Build-Depends: debhelper (>= 8.0.0), libxcursor-dev, dde-api-dev (>>5.6.3), libkf5networkmanagerqt-dev (>=5.103.0-1deepin2), - libkf5wayland-dev + libkf5wayland-dev, + libqt5waylandclient5-dev, + qtwayland5-dev-tools, + qtwayland5-private-dev Standards-Version: 3.9.8 Homepage: http://www.deepin.org/ diff --git a/plugins/dde-network-core/dock-network-plugin/CMakeLists.txt b/plugins/dde-network-core/dock-network-plugin/CMakeLists.txt index 3adbedd8e..8fa769f5b 100644 --- a/plugins/dde-network-core/dock-network-plugin/CMakeLists.txt +++ b/plugins/dde-network-core/dock-network-plugin/CMakeLists.txt @@ -32,7 +32,6 @@ find_package(DtkWidget REQUIRED) find_package(KF5NetworkManagerQt REQUIRED) pkg_check_modules(DFrameworkDBus REQUIRED dframeworkdbus) -pkg_check_modules(DDE-Dock REQUIRED dde-dock) if (CMAKE_BUILD_TYPE STREQUAL "Debug") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -fsanitize=address -O0") @@ -62,7 +61,6 @@ target_include_directories(${PLUGIN_NAME} PUBLIC ${Qt5DBus_INCLUDE_DIRS} ${DFrameworkDBus_INCLUDE_DIRS} ${DDE-Network-Core_INCLUDE_DIRS} - ${DDE_DOCK_INCLUDE_DIR} ${Qt5Network_INCLUDE_DIRS} ${KF5_QT_INCLUDE_DIRS} "../../../interfaces"