summaryrefslogtreecommitdiff
path: root/completion/zsh/meson.build
blob: 311db8af547ec0ac594130f2ff413b9271e73084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
zshcompletiondir = get_option('zshcompletiondir')
if zshcompletiondir == ''
		zshcompletiondir = get_option('datadir') / 'zsh' / 'site-functions'
endif

if zshcompletiondir != 'no'
	install_data(
		'_libinput',
		install_dir: zshcompletiondir,
		install_mode: 'rw-r--r--',
	)
endif