wlroots/types/meson.build

23 lines
552 B
Meson
Raw Normal View History

2017-08-13 12:26:32 +00:00
lib_wlr_types = static_library('wlr_types', files(
'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',
'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',
'wlr_compositor.c',
'wlr_box.c',
2017-08-13 12:26:32 +00:00
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos])