Use meson build system

This commit is contained in:
nyorain 2017-07-17 20:38:28 +02:00
parent ce886c0353
commit fdab81e1c9
33 changed files with 157 additions and 1001 deletions

9
types/meson.build Normal file
View file

@ -0,0 +1,9 @@
wlr_files += files(
'wlr_input_device.c',
'wlr_keyboard.c',
'wlr_output.c',
'wlr_pointer.c',
'wlr_tablet_pad.c',
'wlr_tablet_tool.c',
'wlr_touch.c',
)