diff options
author | Scott Anderson <scott@anderso.nz> | 2018-08-22 21:14:07 +1200 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-08-22 21:16:16 +1200 |
commit | 51892e0d7483d57b1e5eadae88e967e72e968cc0 (patch) | |
tree | b0775bb2146f9064a46786768cd458254561733c /include/wlr/util | |
parent | a2bbf2c1f70ef374ff4a2506e65379c819b72414 (diff) |
Install headers explicitly
Diffstat (limited to 'include/wlr/util')
-rw-r--r-- | include/wlr/util/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wlr/util/meson.build b/include/wlr/util/meson.build new file mode 100644 index 00000000..ee72cbd6 --- /dev/null +++ b/include/wlr/util/meson.build @@ -0,0 +1,6 @@ +install_headers( + 'edges.h', + 'log.h', + 'region.h', + subdir: 'wlr/util', +) |