mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-23 08:18:13 +02:00
It is a public installed header used by libweston.h. See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
16 lines
453 B
Meson
16 lines
453 B
Meson
install_headers(
|
|
'config-parser.h',
|
|
'libweston.h',
|
|
'matrix.h',
|
|
'plugin-registry.h',
|
|
'timeline-object.h',
|
|
'windowed-output-api.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')
|