diff options
author | Virt <[email protected]> | 2024-07-08 22:50:39 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-07-11 23:58:23 +0300 |
commit | e728e56cbc6af0a9be1276b2cf8e019a894016e7 (patch) | |
tree | b5586faa0bc0655a8e130c84e197f4c3be010b8a /protocols | |
parent | 9ff83f4aa97269bf26381a84501d0b19f1926961 (diff) | |
download | Hyprland-e728e56cbc6af0a9be1276b2cf8e019a894016e7.tar.gz Hyprland-e728e56cbc6af0a9be1276b2cf8e019a894016e7.zip |
meson: install wayland.hpp header
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index f4978c23..7c508659 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -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: ['@[email protected]', '@[email protected]'], command: [hyprwayland_scanner, '--wayland-enums', '@INPUT@', '@OUTDIR@'], ) |