aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/interfaces
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-23 20:41:07 -0400
committerGitHub <noreply@github.com>2018-08-23 20:41:07 -0400
commitdea311992eb4ff3e343c3cf5b0603034223d2a42 (patch)
tree6876337b81c01c13d53d6c4f2e3680c51fd9e204 /include/wlr/interfaces
parent6db9c4b74667c1d917d720f5e96985a2461569fb (diff)
parent39ac21401fddd36474df0191603c0616d332e6da (diff)
Merge pull request #1194 from ascent12/meson_feature
Build system changes
Diffstat (limited to 'include/wlr/interfaces')
-rw-r--r--include/wlr/interfaces/meson.build10
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',
+)