Install headers to /usr/include/wlr

Rather than wlroots. I should have caught this.
master
Drew DeVault 7 years ago
parent 836b46c297
commit 45a21ca232

@ -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)

Loading…
Cancel
Save