aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorVirt <[email protected]>2024-07-08 22:50:39 +0200
committerMihai Fufezan <[email protected]>2024-07-11 23:58:23 +0300
commite728e56cbc6af0a9be1276b2cf8e019a894016e7 (patch)
treeb5586faa0bc0655a8e130c84e197f4c3be010b8a /protocols
parent9ff83f4aa97269bf26381a84501d0b19f1926961 (diff)
downloadHyprland-e728e56cbc6af0a9be1276b2cf8e019a894016e7.tar.gz
Hyprland-e728e56cbc6af0a9be1276b2cf8e019a894016e7.zip
meson: install wayland.hpp header
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build3
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')],
command: [hyprwayland_scanner, '--wayland-enums', '@INPUT@', '@OUTDIR@'],
)