diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-28 14:18:37 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-12-28 14:18:37 -0500 |
commit | 45a21ca232fac20a63097a12b0626c050a5f93ad (patch) | |
tree | 9c0897c7385a485026b93645f04ccbbae9eed25c | |
parent | 836b46c2971d2f3be0e224e67a9dd7e3a1931782 (diff) |
Install headers to /usr/include/wlr
Rather than wlroots. I should have caught this.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index caa4b771..bacf6908 100644 --- a/meson.build +++ b/meson.build @@ -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) |