mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Fix #64
This commit is contained in:
parent
e6a7817e45
commit
d4b4bfb8bc
7 changed files with 96 additions and 96 deletions
|
|
@ -1,6 +1,6 @@
|
|||
lib_shared = static_library('shared',
|
||||
['shared.c', 'cat.c'],
|
||||
dependencies: wlroots)
|
||||
['shared.c', 'cat.c'],
|
||||
dependencies: wlroots)
|
||||
|
||||
executable('simple', 'simple.c', dependencies: wlroots, link_with: lib_shared)
|
||||
executable('rotation', 'rotation.c', dependencies: wlroots, link_with: lib_shared)
|
||||
|
|
@ -9,11 +9,11 @@ executable('touch', 'touch.c', dependencies: wlroots, link_with: lib_shared)
|
|||
executable('tablet', 'tablet.c', dependencies: wlroots, link_with: lib_shared)
|
||||
|
||||
compositor_src = [
|
||||
'compositor/main.c',
|
||||
'compositor/wl_compositor.c',
|
||||
'compositor/wl_shell.c',
|
||||
'compositor/main.c',
|
||||
'compositor/wl_compositor.c',
|
||||
'compositor/wl_shell.c',
|
||||
]
|
||||
|
||||
executable('compositor', compositor_src,
|
||||
dependencies: wlroots,
|
||||
link_with: lib_shared)
|
||||
dependencies: wlroots,
|
||||
link_with: lib_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue