mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
CMakeLists.txt : Add find_package(Libudev REQUIRED)
This commit is contained in:
parent
4ce31f44ec
commit
c43c5ce8c3
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ find_package(KWin ${PROJECT_VERSION} REQUIRED COMPONENTS
|
|||
)
|
||||
|
||||
find_package(LibKWorkspace CONFIG REQUIRED)
|
||||
find_package(Libudev REQUIRED)
|
||||
|
||||
find_package(KWinDBusInterface)
|
||||
set_package_properties(KWinDBusInterface PROPERTIES DESCRIPTION "KWin DBus interface"
|
||||
|
|
|
|||
Loading…
Reference in a new issue