summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRonan Pigott <rpigott@berkeley.edu>2019-08-10 13:51:19 -0700
committerRonan Pigott <rpigott@berkeley.edu>2019-08-13 15:05:35 -0700
commita67b65233242bc95d20f7c444e1863999a3ce36d (patch)
tree583ab210105096d3d30bcc3f3c9f1d929d0280b3 /meson.build
parent894d8fe0d32ef2c2adcb7bdda6296f315d190ab1 (diff)
downloadlibinput-a67b65233242bc95d20f7c444e1863999a3ce36d.tar.gz
completion: add libinput(1) zsh completions
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index da29dc64..d48a85a3 100644
--- a/meson.build
+++ b/meson.build
@@ -405,6 +405,10 @@ if get_option('documentation')
subdir('doc/user')
endif
+############ shell completion #########
+
+subdir('completion/zsh')
+
############ tools ############
libinput_tool_path = dir_libexec
config_h.set_quoted('LIBINPUT_TOOL_PATH', libinput_tool_path)