File: meson.build

package info (click to toggle)
pulseaudio 17.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,420 kB
  • sloc: ansic: 157,280; sh: 1,050; python: 789; cpp: 298; perl: 166; xml: 84; makefile: 75
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if get_option('client')
  if zshcompletiondir != 'no'
    install_data('_pulseaudio', install_dir : zshcompletiondir)
  endif
endif