File: meson.build

package info (click to toggle)
libinput 1.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,408 kB
  • sloc: ansic: 104,976; python: 3,570; sh: 183; makefile: 37; cpp: 7
file content (12 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
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