Install headers to /usr/include/wlr

Rather than wlroots. I should have caught this.
This commit is contained in:
Drew DeVault 2017-12-28 14:18:37 -05:00
parent 836b46c297
commit 45a21ca232
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ else
exclude_headers += 'xwm.h'
endif
exclude_headers += 'meson.build'
header_install_dir = 'include/@0@'.format(meson.project_name())
header_install_dir = 'include/@0@'.format('wlr')
install_subdir('include/wlr', install_dir: header_install_dir, exclude_files: exclude_headers)