Skip to content

Commit

Permalink
fix: cannot build on archlinux
Browse files Browse the repository at this point in the history
add WaylandClient to find_package

Log:
  • Loading branch information
justforlxz committed Aug 8, 2024
1 parent 686c22b commit d1bca1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ url="https://github.com/linuxdeepin/dde-launchpad"
license=('GPL3')
depends=('qt6-svg' 'qt6-declarative' 'appstream-qt'
'dtk6declarative-git' 'dtk6gui-git' 'dtk6widget-git' 'dtk6core-git'
'qt6-base' 'qt6-svg')
'qt6-base' 'qt6-svg' 'qt6-wayland')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'dtkcommon' )
conflicts=('deepin-launcher')
provides=('deepin-launchpad')
Expand Down
2 changes: 1 addition & 1 deletion src/treelandintegration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

find_package(Qt6 REQUIRED COMPONENTS WaylandClient)
find_package(Qt6 REQUIRED GLOBAL COMPONENTS WaylandClient)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down

0 comments on commit d1bca1e

Please sign in to comment.