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