mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 16:25:58 +01:00
meson: install wayland.hpp header
This commit is contained in:
parent
9ff83f4aa9
commit
e728e56cbc
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ foreach p : wl_server_protos
|
||||||
wl_server_protos_gen += custom_target(
|
wl_server_protos_gen += custom_target(
|
||||||
p.underscorify(),
|
p.underscorify(),
|
||||||
input: p,
|
input: p,
|
||||||
install: false,
|
install: true,
|
||||||
|
install_dir: [false, join_paths(get_option('includedir'), 'hyprland/protocols')],
|
||||||
output: ['@BASENAME@.cpp', '@BASENAME@.hpp'],
|
output: ['@BASENAME@.cpp', '@BASENAME@.hpp'],
|
||||||
command: [hyprwayland_scanner, '--wayland-enums', '@INPUT@', '@OUTDIR@'],
|
command: [hyprwayland_scanner, '--wayland-enums', '@INPUT@', '@OUTDIR@'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue