mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Further fixes to header install dir
This commit is contained in:
parent
45a21ca232
commit
c23bd2ab7a
2 changed files with 3 additions and 5 deletions
|
|
@ -97,8 +97,7 @@ else
|
|||
exclude_headers += 'xwm.h'
|
||||
endif
|
||||
exclude_headers += 'meson.build'
|
||||
header_install_dir = 'include/@0@'.format('wlr')
|
||||
install_subdir('include/wlr', install_dir: header_install_dir, exclude_files: exclude_headers)
|
||||
install_subdir('include/wlr', install_dir: 'include', exclude_files: exclude_headers)
|
||||
|
||||
|
||||
subdir('include')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue