eebb7dc9ce
See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
20 lines
508 B
Meson
20 lines
508 B
Meson
install_headers(
|
|
'config-parser.h',
|
|
'libweston.h',
|
|
'matrix.h',
|
|
'plugin-registry.h',
|
|
'timeline-object.h',
|
|
'windowed-output-api.h',
|
|
'zalloc.h',
|
|
subdir: dir_include_libweston_install
|
|
)
|
|
|
|
backend_drm_h = files('backend-drm.h')
|
|
backend_fbdev_h = files('backend-fbdev.h')
|
|
backend_headless_h = files('backend-headless.h')
|
|
backend_rdp_h = files('backend-rdp.h')
|
|
backend_wayland_h = files('backend-wayland.h')
|
|
backend_x11_h = files('backend-x11.h')
|
|
|
|
xwayland_api_h = files('xwayland-api.h')
|