parent
a2bbf2c1f7
commit
51892e0d74
@ -0,0 +1,16 @@
|
|||||||
|
install_headers(
|
||||||
|
'drm.h',
|
||||||
|
'headless.h',
|
||||||
|
'interface.h',
|
||||||
|
'libinput.h',
|
||||||
|
'multi.h',
|
||||||
|
'session.h',
|
||||||
|
'wayland.h',
|
||||||
|
subdir: 'wlr/backend',
|
||||||
|
)
|
||||||
|
|
||||||
|
if conf_data.get('WLR_HAS_X11_BACKEND', false)
|
||||||
|
install_headers('x11.h', subdir: 'wlr/backend')
|
||||||
|
endif
|
||||||
|
|
||||||
|
subdir('session')
|
@ -0,0 +1 @@
|
|||||||
|
install_headers('interface.h', subdir: 'wlr/backend/session')
|
@ -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',
|
||||||
|
)
|
@ -0,0 +1,9 @@
|
|||||||
|
install_headers(
|
||||||
|
'dmabuf.h',
|
||||||
|
'egl.h',
|
||||||
|
'gles2.h',
|
||||||
|
'interface.h',
|
||||||
|
'wlr_renderer.h',
|
||||||
|
'wlr_texture.h',
|
||||||
|
subdir: 'wlr/render'
|
||||||
|
)
|
@ -0,0 +1,42 @@
|
|||||||
|
install_headers(
|
||||||
|
'wlr_box.h',
|
||||||
|
'wlr_buffer.h',
|
||||||
|
'wlr_compositor.h',
|
||||||
|
'wlr_cursor.h',
|
||||||
|
'wlr_data_device.h',
|
||||||
|
'wlr_export_dmabuf_v1.h',
|
||||||
|
'wlr_gamma_control.h',
|
||||||
|
'wlr_gamma_control_v1.h',
|
||||||
|
'wlr_idle.h',
|
||||||
|
'wlr_idle_inhibit_v1.h',
|
||||||
|
'wlr_input_device.h',
|
||||||
|
'wlr_input_inhibitor.h',
|
||||||
|
'wlr_keyboard.h',
|
||||||
|
'wlr_layer_shell.h',
|
||||||
|
'wlr_linux_dmabuf_v1.h',
|
||||||
|
'wlr_list.h',
|
||||||
|
'wlr_matrix.h',
|
||||||
|
'wlr_output.h',
|
||||||
|
'wlr_output_damage.h',
|
||||||
|
'wlr_output_layout.h',
|
||||||
|
'wlr_pointer.h',
|
||||||
|
'wlr_primary_selection.h',
|
||||||
|
'wlr_region.h',
|
||||||
|
'wlr_screencopy_v1.h',
|
||||||
|
'wlr_screenshooter.h',
|
||||||
|
'wlr_seat.h',
|
||||||
|
'wlr_server_decoration.h',
|
||||||
|
'wlr_surface.h',
|
||||||
|
'wlr_tablet_pad.h',
|
||||||
|
'wlr_tablet_tool.h',
|
||||||
|
'wlr_tablet_v2.h',
|
||||||
|
'wlr_touch.h',
|
||||||
|
'wlr_virtual_keyboard_v1.h',
|
||||||
|
'wlr_wl_shell.h',
|
||||||
|
'wlr_xcursor_manager.h',
|
||||||
|
'wlr_xdg_decoration_v1.h',
|
||||||
|
'wlr_xdg_output.h',
|
||||||
|
'wlr_xdg_shell.h',
|
||||||
|
'wlr_xdg_shell_v6.h',
|
||||||
|
subdir: 'wlr/types',
|
||||||
|
)
|
@ -0,0 +1,6 @@
|
|||||||
|
install_headers(
|
||||||
|
'edges.h',
|
||||||
|
'log.h',
|
||||||
|
'region.h',
|
||||||
|
subdir: 'wlr/util',
|
||||||
|
)
|
Loading…
Reference in new issue