matrix: move to types/

This commit is contained in:
emersion 2018-03-15 09:11:03 +01:00
parent 85da9df807
commit b6a3f240c7
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
17 changed files with 18 additions and 18 deletions

View file

@ -6,10 +6,12 @@ lib_wlr_types = static_library(
'wlr_cursor.c',
'wlr_data_device.c',
'wlr_gamma_control.c',
'wlr_idle_inhibit_v1.c',
'wlr_idle.c',
'wlr_input_device.c',
'wlr_keyboard.c',
'wlr_list.c',
'wlr_matrix.c',
'wlr_output_damage.c',
'wlr_output_layout.c',
'wlr_output.c',
@ -27,7 +29,6 @@ lib_wlr_types = static_library(
'wlr_xcursor_manager.c',
'wlr_xdg_shell_v6.c',
'wlr_xdg_shell.c',
'wlr_idle_inhibit_v1.c',
),
include_directories: wlr_inc,
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],