meson: install wayland.hpp header

This commit is contained in:
Virt
2024-07-11 23:58:23 +03:00
committed by Mihai Fufezan
parent 9ff83f4aa9
commit e728e56cbc
+2 -1
View File
@@ -113,7 +113,8 @@ foreach p : wl_server_protos
wl_server_protos_gen += custom_target(
p.underscorify(),
input: p,
install: false,
install: true,
install_dir: [false, join_paths(get_option('includedir'), 'hyprland/protocols')],
output: ['@BASENAME@.cpp', '@BASENAME@.hpp'],
command: [hyprwayland_scanner, '--wayland-enums', '@INPUT@', '@OUTDIR@'],
)