Added direct session support

This commit is contained in:
Scott Anderson 2017-07-03 14:46:20 +12:00
parent 8920b5d607
commit 60955addc0
4 changed files with 222 additions and 5 deletions

View file

@ -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)