Skip to content

Commit

Permalink
fix(build): Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
qtwebengine5-dev build dependcies unnecessary
  • Loading branch information
kegechen authored and asterwyx committed Mar 27, 2024
1 parent 49819be commit 38ed889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Build-Depends: debhelper-compat (=12), pkg-config,
libx11-xcb-dev,
libssl-dev,
libdtkcore-dev,
qtwebengine5-dev,
libdeepin-pw-check-dev,
libxcb-util0-dev|libxcb-util1-dev
Standards-Version: 3.9.4
Expand Down
1 change: 1 addition & 0 deletions modules/login/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets WebEngineWidgets REQUIRED)
# install qtwebengine5-dev / qt6-webengine-dev manually
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets WebEngineWidgets REQUIRED)

include_directories(
Expand Down

0 comments on commit 38ed889

Please sign in to comment.