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