mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
13 lines
394 B
Meson
13 lines
394 B
Meson
install_headers(
|
|
'libweston.h',
|
|
'plugin-registry.h',
|
|
'timeline-object.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')
|