2017-08-13 12:26:32 +00:00
|
|
|
lib_wlr_types = static_library('wlr_types', files(
|
2017-08-18 16:51:09 +00:00
|
|
|
'wlr_data_device_manager.c',
|
|
|
|
'wlr_data_source.c',
|
2017-08-13 12:26:32 +00:00
|
|
|
'wlr_input_device.c',
|
|
|
|
'wlr_keyboard.c',
|
|
|
|
'wlr_output.c',
|
2017-08-16 15:51:22 +00:00
|
|
|
'wlr_output_layout.c',
|
2017-08-13 12:26:32 +00:00
|
|
|
'wlr_pointer.c',
|
2017-08-20 20:02:39 +00:00
|
|
|
'wlr_cursor.c',
|
2017-08-13 12:26:32 +00:00
|
|
|
'wlr_region.c',
|
2017-08-16 12:50:43 +00:00
|
|
|
'wlr_seat.c',
|
2017-08-13 12:26:32 +00:00
|
|
|
'wlr_surface.c',
|
|
|
|
'wlr_tablet_pad.c',
|
|
|
|
'wlr_tablet_tool.c',
|
|
|
|
'wlr_touch.c',
|
|
|
|
'wlr_xdg_shell_v6.c',
|
2017-08-14 17:22:28 +00:00
|
|
|
'wlr_wl_shell.c',
|
2017-08-19 19:48:20 +00:00
|
|
|
'wlr_compositor.c',
|
2017-08-29 16:08:49 +00:00
|
|
|
'wlr_box.c',
|
2017-08-13 12:26:32 +00:00
|
|
|
),
|
|
|
|
include_directories: wlr_inc,
|
|
|
|
dependencies: [wayland_server, pixman, wlr_protos])
|