Generalize output handling

This commit is contained in:
Drew DeVault 2017-05-07 12:26:48 -04:00
parent 15b1ce9e6c
commit 00931f2f8f
16 changed files with 407 additions and 444 deletions

View file

@ -8,13 +8,5 @@ add_executable(example
target_link_libraries(example
wlr-backend
)
add_executable(example-drm
example-drm.c
)
target_link_libraries(example-drm
wlr-backend
wlr-session
)