mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
11 lines
182 B
Meson
11 lines
182 B
Meson
|
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',
|
||
|
)
|