meson: fix version.h install location
This commit is contained in:
parent
f56ec180d3
commit
522edc8712
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue