Skip to content

Commit

Permalink
chore: remove module check of dde-dock
Browse files Browse the repository at this point in the history
remove module check of dde-dock

Log:
  • Loading branch information
wangfei committed Jun 26, 2024
1 parent 6ecf2b6 commit 765054f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Maintainer: Deepin Packages Builder <[email protected]>
Build-Depends: debhelper (>= 8.0.0),
pkg-config,
cmake,
extra-cmake-modules,
qt5-qmake,
libxcb-image0-dev,
libxcb-composite0-dev,
Expand All @@ -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/

Expand Down
2 changes: 0 additions & 2 deletions plugins/dde-network-core/dock-network-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 765054f

Please sign in to comment.