meson: fix version.h install location

This commit is contained in:
Mihai Fufezan 2025-11-07 21:08:35 +02:00
parent f56ec180d3
commit 522edc8712
No known key found for this signature in database

View file

@ -84,7 +84,7 @@ version_h = configure_file(
configuration: cfg
)
install_headers(version_h, subdir: 'src')
install_headers(version_h, subdir: 'hyprland/src')
xcb_dep = dependency('xcb', required: get_option('xwayland'))
xcb_composite_dep = dependency('xcb-composite', required: get_option('xwayland'))