Removed old session code from DRM backend.

This commit is contained in:
Scott Anderson 2017-05-03 16:23:07 +12:00
parent 762ac7f4c0
commit 81998fdc98
12 changed files with 41 additions and 275 deletions

View file

@ -12,4 +12,5 @@ add_executable(example-drm
target_link_libraries(example-drm
wlr-backend
wlr-session
)