mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Install include directory into includedir
Follow includedir parameter when installing include directory.
This commit is contained in:
parent
506acbdecd
commit
f83ad3f3ef
2 changed files with 6 additions and 3 deletions
|
|
@ -125,8 +125,10 @@ if get_option('enable-xwayland')
|
|||
else
|
||||
exclude_headers += 'xwayland.h'
|
||||
endif
|
||||
|
||||
includedir = get_option('includedir')
|
||||
exclude_headers += 'meson.build'
|
||||
install_subdir('include/wlr', install_dir: 'include', exclude_files: exclude_headers)
|
||||
install_subdir('include/wlr', install_dir: includedir, exclude_files: exclude_headers)
|
||||
|
||||
|
||||
subdir('include')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue