8ebd9817e7
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>
7 lines
146 B
Meson
7 lines
146 B
Meson
subdir('libweston')
|
|
|
|
install_headers(
|
|
'libweston-desktop/libweston-desktop.h',
|
|
subdir: join_paths(dir_include_libweston, 'libweston-desktop')
|
|
)
|