mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
Added direct session support
This commit is contained in:
parent
8920b5d607
commit
60955addc0
4 changed files with 222 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
include_directories(
|
||||
${WAYLAND_INCLUDE_DIR}
|
||||
${WAYLAND_INCLUDE_DIR}
|
||||
${DRM_INCLUDE_DIRS}
|
||||
${Libcap_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
set(sources
|
||||
|
|
@ -10,6 +12,7 @@ set(sources
|
|||
set(libs
|
||||
wlr-util
|
||||
${WAYLAND_LIBRARIES}
|
||||
${Libcap_LIBRARIES}
|
||||
)
|
||||
|
||||
if (SYSTEMD_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue