Fixed up building examples
This commit is contained in:
parent
583654405f
commit
167ca57b18
|
@ -3,22 +3,11 @@ wayland_cursor = dependency('wayland-cursor')
|
||||||
|
|
||||||
executable('simple', 'simple.c', dependencies: wlroots)
|
executable('simple', 'simple.c', dependencies: wlroots)
|
||||||
executable('pointer', 'pointer.c', dependencies: wlroots)
|
executable('pointer', 'pointer.c', dependencies: wlroots)
|
||||||
executable('touch', 'touch.c', dependencies: wlroots)
|
executable('touch', 'touch.c', 'cat.c', dependencies: wlroots)
|
||||||
executable('tablet', 'tablet.c', dependencies: wlroots)
|
executable('tablet', 'tablet.c', dependencies: wlroots)
|
||||||
|
executable('rotation', 'rotation.c', 'cat.c', dependencies: wlroots)
|
||||||
executable('multi-pointer', 'multi-pointer.c', dependencies: wlroots)
|
executable('multi-pointer', 'multi-pointer.c', dependencies: wlroots)
|
||||||
|
executable('output-layout', 'output-layout.c', 'cat.c', dependencies: wlroots)
|
||||||
executable(
|
|
||||||
'rotation',
|
|
||||||
'rotation.c',
|
|
||||||
'cat.c',
|
|
||||||
dependencies: wlroots,
|
|
||||||
)
|
|
||||||
|
|
||||||
executable(
|
|
||||||
'output-layout',
|
|
||||||
'output-layout.c',
|
|
||||||
dependencies: wlroots
|
|
||||||
)
|
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'screenshot',
|
'screenshot',
|
||||||
|
|
Loading…
Reference in New Issue