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

@ -50,6 +50,7 @@ find_package(GBM REQUIRED)
find_package(LibInput REQUIRED)
find_package(XKBCommon REQUIRED)
find_package(Udev REQUIRED)
find_package(Libcap REQUIRED)
find_package(Systemd)
include(Wayland)