mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add shim implementations of wl_{compositor,shell}
To example compositor
This commit is contained in:
parent
28736c5787
commit
486ec5953c
5 changed files with 133 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ target_link_libraries(tablet
|
|||
|
||||
add_executable(compositor
|
||||
compositor/main.c
|
||||
compositor/wl_compositor.c
|
||||
compositor/wl_shell.c
|
||||
shared.c
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue