Fixed up building examples

This commit is contained in:
Timidger 2018-04-29 17:32:07 -04:00
parent 583654405f
commit 167ca57b18
No known key found for this signature in database
GPG Key ID: 42EF7ECE5FEF1D17
1 changed files with 3 additions and 14 deletions

View File

@ -3,22 +3,11 @@ wayland_cursor = dependency('wayland-cursor')
executable('simple', 'simple.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('rotation', 'rotation.c', 'cat.c', dependencies: wlroots)
executable('multi-pointer', 'multi-pointer.c', dependencies: wlroots)
executable(
'rotation',
'rotation.c',
'cat.c',
dependencies: wlroots,
)
executable(
'output-layout',
'output-layout.c',
dependencies: wlroots
)
executable('output-layout', 'output-layout.c', 'cat.c', dependencies: wlroots)
executable(
'screenshot',