2017-08-30 20:30:47 +02:00
|
|
|
lib_wlr_types = static_library(
|
|
|
|
'wlr_types',
|
|
|
|
files(
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_box.c',
|
|
|
|
'wlr_compositor.c',
|
|
|
|
'wlr_cursor.c',
|
2018-02-12 21:29:23 +01:00
|
|
|
'wlr_data_device.c',
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_gamma_control.c',
|
2018-03-15 09:11:03 +01:00
|
|
|
'wlr_idle_inhibit_v1.c',
|
2018-01-07 20:41:43 +01:00
|
|
|
'wlr_idle.c',
|
2018-03-17 20:07:48 +01:00
|
|
|
'wlr_idle_inhibit_v1.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_input_device.c',
|
|
|
|
'wlr_keyboard.c',
|
2018-03-17 20:07:48 +01:00
|
|
|
'wlr_layer_shell.c',
|
2018-02-23 18:45:16 +01:00
|
|
|
'wlr_linux_dmabuf.c',
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_list.c',
|
2018-03-15 09:11:03 +01:00
|
|
|
'wlr_matrix.c',
|
2018-02-11 12:49:30 +01:00
|
|
|
'wlr_output_damage.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_output_layout.c',
|
2018-02-12 21:29:23 +01:00
|
|
|
'wlr_output.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_pointer.c',
|
2017-12-22 19:20:12 +01:00
|
|
|
'wlr_primary_selection.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_region.c',
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_screenshooter.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_seat.c',
|
2017-10-24 21:56:18 +02:00
|
|
|
'wlr_server_decoration.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_surface.c',
|
|
|
|
'wlr_tablet_pad.c',
|
|
|
|
'wlr_tablet_tool.c',
|
|
|
|
'wlr_touch.c',
|
|
|
|
'wlr_wl_shell.c',
|
2017-11-12 11:10:56 +01:00
|
|
|
'wlr_xcursor_manager.c',
|
|
|
|
'wlr_xdg_shell_v6.c',
|
2018-02-14 12:40:13 +01:00
|
|
|
'wlr_xdg_shell.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
),
|
|
|
|
include_directories: wlr_inc,
|
2018-02-14 19:27:31 +01:00
|
|
|
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],
|
2017-08-30 20:30:47 +02:00
|
|
|
)
|