mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-26 05:20:11 +01:00
This too is a public installed header. The public headers are moved under a new top-level directory include/ to make them clearly stand out as special (public API). Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
6 lines
146 B
Meson
6 lines
146 B
Meson
subdir('libweston')
|
|
|
|
install_headers(
|
|
'libweston-desktop/libweston-desktop.h',
|
|
subdir: join_paths(dir_include_libweston, 'libweston-desktop')
|
|
)
|