mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
New session interface.
This commit is contained in:
parent
e446a5300b
commit
762ac7f4c0
6 changed files with 316 additions and 2 deletions
|
|
@ -51,8 +51,7 @@ find_package(DRM REQUIRED)
|
|||
find_package(GBM REQUIRED)
|
||||
find_package(LibInput REQUIRED)
|
||||
find_package(Udev REQUIRED)
|
||||
find_package(Dbus)
|
||||
find_package(Systemd REQUIRED)
|
||||
find_package(Systemd)
|
||||
|
||||
include(Wayland)
|
||||
include(Manpage)
|
||||
|
|
@ -62,5 +61,6 @@ include_directories(include)
|
|||
add_subdirectory(backend)
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(wayland)
|
||||
add_subdirectory(session)
|
||||
|
||||
add_subdirectory(example)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue