mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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',
|
|
)
|