mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
2a3c62b4d2
These are used primarily by laptops to signal the state of the lid (open/closed) and tablet mode if supported, based on ACPI events.
11 lines
199 B
Meson
11 lines
199 B
Meson
install_headers(
|
|
'wlr_input_device.h',
|
|
'wlr_keyboard.h',
|
|
'wlr_output.h',
|
|
'wlr_pointer.h',
|
|
'wlr_switch.h',
|
|
'wlr_tablet_pad.h',
|
|
'wlr_tablet_tool.h',
|
|
'wlr_touch.h',
|
|
subdir: 'wlr/interfaces',
|
|
)
|