mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Install headers explicitly
This commit is contained in:
parent
a2bbf2c1f7
commit
51892e0d74
9 changed files with 104 additions and 13 deletions
10
include/wlr/interfaces/meson.build
Normal file
10
include/wlr/interfaces/meson.build
Normal file
|
|
@ -0,0 +1,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',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue