2017-08-30 20:30:47 +02:00
|
|
|
lib_wlr_types = static_library(
|
|
|
|
'wlr_types',
|
|
|
|
files(
|
2018-05-02 10:07:22 +02:00
|
|
|
'data_device/wlr_data_device.c',
|
|
|
|
'data_device/wlr_data_offer.c',
|
|
|
|
'data_device/wlr_data_source.c',
|
|
|
|
'data_device/wlr_drag.c',
|
2018-05-02 11:03:26 +02:00
|
|
|
'seat/wlr_seat_keyboard.c',
|
|
|
|
'seat/wlr_seat_pointer.c',
|
|
|
|
'seat/wlr_seat_touch.c',
|
|
|
|
'seat/wlr_seat.c',
|
2018-05-14 23:28:45 +02:00
|
|
|
'xdg_shell/wlr_xdg_popup.c',
|
|
|
|
'xdg_shell/wlr_xdg_positioner.c',
|
|
|
|
'xdg_shell/wlr_xdg_shell.c',
|
|
|
|
'xdg_shell/wlr_xdg_surface.c',
|
|
|
|
'xdg_shell/wlr_xdg_toplevel.c',
|
2018-05-13 13:49:45 +02:00
|
|
|
'xdg_shell_v6/wlr_xdg_popup_v6.c',
|
|
|
|
'xdg_shell_v6/wlr_xdg_positioner_v6.c',
|
|
|
|
'xdg_shell_v6/wlr_xdg_shell_v6.c',
|
|
|
|
'xdg_shell_v6/wlr_xdg_surface_v6.c',
|
|
|
|
'xdg_shell_v6/wlr_xdg_toplevel_v6.c',
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_box.c',
|
2018-06-14 09:51:38 +02:00
|
|
|
'wlr_buffer.c',
|
2017-10-22 04:00:04 +02:00
|
|
|
'wlr_compositor.c',
|
|
|
|
'wlr_cursor.c',
|
2018-05-22 18:38:05 +02:00
|
|
|
'wlr_export_dmabuf_v1.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',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_input_device.c',
|
2018-04-03 16:50:16 +02:00
|
|
|
'wlr_input_inhibitor.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'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-10-24 21:56:18 +02:00
|
|
|
'wlr_server_decoration.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_surface.c',
|
2018-05-17 13:45:06 +02:00
|
|
|
'tablet_v2/wlr_tablet_v2.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_pad.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_tablet.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_tool.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_tablet_pad.c',
|
|
|
|
'wlr_tablet_tool.c',
|
|
|
|
'wlr_touch.c',
|
2018-05-24 19:46:54 +02:00
|
|
|
'wlr_virtual_keyboard_v1.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
'wlr_wl_shell.c',
|
2017-11-12 11:10:56 +01:00
|
|
|
'wlr_xcursor_manager.c',
|
2018-05-02 11:03:26 +02:00
|
|
|
'wlr_xdg_output.c',
|
2018-06-19 20:07:29 +02:00
|
|
|
'wlr_screencopy_v1.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
|
|
|
)
|