mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
cmake: mark kwin dbus interface as required
This commit is contained in:
parent
64fe673253
commit
0f10fef43d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
|
|||
Wayland
|
||||
)
|
||||
find_package(KWinDBusInterface)
|
||||
set_package_properties(KWinDBusInterface PROPERTIES DESCRIPTION "KWin DBus interface"
|
||||
TYPE REQUIRED
|
||||
PURPOSE "Needed for virtual keyboard toggle button"
|
||||
)
|
||||
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue