Fix build of the layer-shell plugin
It's missing a dependency on Wayland::Client. Also, it uses LayerShellQtInterface, which is only defined later, move it.
This commit is contained in:
parent
81e2bf553c
commit
4a3d27d0be
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)
|
||||
find_package(Qt5XkbCommonSupport REQUIRED PRIVATE)
|
||||
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} )
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
|
||||
|
||||
include(KDEInstallDirs)
|
||||
include(KDECMakeSettings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue