mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
move wl_compositor into wlroots as wlr_compositor
This commit is contained in:
parent
b876bea288
commit
4110788159
5 changed files with 36 additions and 33 deletions
|
|
@ -9,11 +9,6 @@ executable('touch', 'touch.c', dependencies: wlroots, link_with: lib_shared)
|
|||
executable('tablet', 'tablet.c', dependencies: wlroots, link_with: lib_shared)
|
||||
executable('output-layout', 'output-layout.c', dependencies: wlroots, link_with: lib_shared)
|
||||
|
||||
compositor_src = [
|
||||
'compositor/main.c',
|
||||
'compositor/wl_compositor.c',
|
||||
]
|
||||
|
||||
executable('compositor', compositor_src,
|
||||
executable('compositor', 'compositor.c',
|
||||
dependencies: wlroots,
|
||||
link_with: lib_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue