blob: 207896b5d55b7f010e7f23171c9fe1456c75c4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
install_headers(
'wlr_input_device.h',
'wlr_keyboard.h',
'wlr_output.h',
'wlr_pointer.h',
'wlr_tablet_pad.h',
'wlr_tablet_tool.h',
'wlr_touch.h',
subdir: 'wlr/interfaces',
)
|