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

3
wayland/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_library(wlr-wayland STATIC
wlr_compositor.c
)