2019-11-22 08:11:15 +01:00
|
|
|
wlr_files += files(
|
|
|
|
'data_device/wlr_data_device.c',
|
|
|
|
'data_device/wlr_data_offer.c',
|
|
|
|
'data_device/wlr_data_source.c',
|
|
|
|
'data_device/wlr_drag.c',
|
2021-10-22 23:10:47 +02:00
|
|
|
'output/cursor.c',
|
|
|
|
'output/output.c',
|
|
|
|
'output/render.c',
|
2022-06-07 18:54:42 +02:00
|
|
|
'output/state.c',
|
2021-10-22 23:10:47 +02:00
|
|
|
'output/transform.c',
|
2021-08-20 12:41:23 +02:00
|
|
|
'scene/subsurface_tree.c',
|
2022-05-19 20:26:50 +02:00
|
|
|
'scene/surface.c',
|
2021-09-09 10:20:06 +02:00
|
|
|
'scene/wlr_scene.c',
|
2021-09-02 12:47:28 +02:00
|
|
|
'scene/output_layout.c',
|
2021-10-25 18:29:24 +02:00
|
|
|
'scene/xdg_shell.c',
|
2022-01-09 23:48:24 +01:00
|
|
|
'scene/layer_shell_v1.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'seat/wlr_seat_keyboard.c',
|
|
|
|
'seat/wlr_seat_pointer.c',
|
|
|
|
'seat/wlr_seat_touch.c',
|
|
|
|
'seat/wlr_seat.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_pad.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_tablet.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2_tool.c',
|
|
|
|
'tablet_v2/wlr_tablet_v2.c',
|
|
|
|
'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',
|
|
|
|
'wlr_buffer.c',
|
|
|
|
'wlr_compositor.c',
|
|
|
|
'wlr_cursor.c',
|
2022-04-30 07:55:16 +02:00
|
|
|
'wlr_damage_ring.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_data_control_v1.c',
|
2021-02-02 16:06:43 +01:00
|
|
|
'wlr_drm.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_export_dmabuf_v1.c',
|
|
|
|
'wlr_foreign_toplevel_management_v1.c',
|
|
|
|
'wlr_fullscreen_shell_v1.c',
|
|
|
|
'wlr_gamma_control_v1.c',
|
|
|
|
'wlr_idle_inhibit_v1.c',
|
|
|
|
'wlr_idle.c',
|
|
|
|
'wlr_input_device.c',
|
|
|
|
'wlr_input_inhibitor.c',
|
|
|
|
'wlr_input_method_v2.c',
|
|
|
|
'wlr_keyboard.c',
|
|
|
|
'wlr_keyboard_group.c',
|
2020-02-12 22:45:54 +01:00
|
|
|
'wlr_keyboard_shortcuts_inhibit_v1.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_layer_shell_v1.c',
|
|
|
|
'wlr_linux_dmabuf_v1.c',
|
|
|
|
'wlr_matrix.c',
|
|
|
|
'wlr_output_damage.c',
|
|
|
|
'wlr_output_layout.c',
|
|
|
|
'wlr_output_management_v1.c',
|
2019-10-25 19:26:20 +02:00
|
|
|
'wlr_output_power_management_v1.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_pointer_constraints_v1.c',
|
|
|
|
'wlr_pointer_gestures_v1.c',
|
|
|
|
'wlr_pointer.c',
|
|
|
|
'wlr_presentation_time.c',
|
|
|
|
'wlr_primary_selection_v1.c',
|
|
|
|
'wlr_primary_selection.c',
|
|
|
|
'wlr_region.c',
|
|
|
|
'wlr_relative_pointer_v1.c',
|
|
|
|
'wlr_screencopy_v1.c',
|
|
|
|
'wlr_server_decoration.c',
|
2021-12-27 06:49:03 +01:00
|
|
|
'wlr_session_lock_v1.c',
|
2022-01-18 19:48:40 +01:00
|
|
|
'wlr_single_pixel_buffer_v1.c',
|
2022-01-13 09:55:09 +01:00
|
|
|
'wlr_subcompositor.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_switch.c',
|
|
|
|
'wlr_tablet_pad.c',
|
|
|
|
'wlr_tablet_tool.c',
|
|
|
|
'wlr_text_input_v3.c',
|
|
|
|
'wlr_touch.c',
|
2020-03-31 15:19:08 +02:00
|
|
|
'wlr_viewporter.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_virtual_keyboard_v1.c',
|
2019-10-20 16:03:24 +02:00
|
|
|
'wlr_virtual_pointer_v1.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_xcursor_manager.c',
|
2021-02-04 20:48:05 +01:00
|
|
|
'wlr_xdg_activation_v1.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_xdg_decoration_v1.c',
|
2021-04-07 20:10:43 +02:00
|
|
|
'wlr_xdg_foreign_v1.c',
|
|
|
|
'wlr_xdg_foreign_v2.c',
|
|
|
|
'wlr_xdg_foreign_registry.c',
|
2019-11-22 08:11:15 +01:00
|
|
|
'wlr_xdg_output_v1.c',
|
2017-08-30 20:30:47 +02:00
|
|
|
)
|
2021-06-01 20:43:19 +02:00
|
|
|
|
|
|
|
if features.get('drm-backend')
|
|
|
|
wlr_files += files(
|
|
|
|
'wlr_drm_lease_v1.c',
|
|
|
|
)
|
|
|
|
endif
|