Add wlr_wl_compositor and remove wlr_wl_shm

This commit is contained in:
Drew DeVault 2017-06-23 15:10:52 -04:00
parent 8a18cf456a
commit f5b7bc033e
11 changed files with 98 additions and 102 deletions

View file

@ -75,6 +75,6 @@ target_link_libraries(compositor
wlr-backend
wlr-session
wlr-render
wlr-wlcore
wlr-wayland
${XKBCOMMON_LIBRARIES}
)