mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Add first wlr_surface example implementation
This commit is contained in:
parent
6345d6deed
commit
8473c3955c
5 changed files with 155 additions and 90 deletions
|
|
@ -12,6 +12,7 @@ compositor_src = [
|
|||
'compositor/main.c',
|
||||
'compositor/wl_compositor.c',
|
||||
'compositor/wl_shell.c',
|
||||
'compositor/wlr_surface.c',
|
||||
]
|
||||
|
||||
executable('compositor', compositor_src, dependencies: dep_wlr, link_with: lib_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue