diff options
author | Scott Anderson <scott@anderso.nz> | 2018-08-24 19:35:02 +1200 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-08-24 19:35:02 +1200 |
commit | fd3fa760d336312acafeb6812b5b0068f5851f27 (patch) | |
tree | 6876337b81c01c13d53d6c4f2e3680c51fd9e204 /include/wlr/interfaces/meson.build | |
parent | 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0 (diff) |
Revert "Revert "Merge pull request #1194 from ascent12/meson_feature""
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0.
Diffstat (limited to 'include/wlr/interfaces/meson.build')
-rw-r--r-- | include/wlr/interfaces/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/wlr/interfaces/meson.build b/include/wlr/interfaces/meson.build new file mode 100644 index 00000000..207896b5 --- /dev/null +++ b/include/wlr/interfaces/meson.build @@ -0,0 +1,10 @@ +install_headers( + 'wlr_input_device.h', + 'wlr_keyboard.h', + 'wlr_output.h', + 'wlr_pointer.h', + 'wlr_tablet_pad.h', + 'wlr_tablet_tool.h', + 'wlr_touch.h', + subdir: 'wlr/interfaces', +) |