man: specify the xdg and confdata dirs in the pipewire.conf man page

This commit is contained in:
Peter Hutterer 2021-05-20 12:35:27 +10:00 committed by Wim Taymans
parent 59a8253047
commit 9af86b7b76
2 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,7 @@ manpage_conf.set('PACKAGE_VERSION', meson.project_version())
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
manpage_conf.set('PIPEWIRE_CONFDATADIR', pipewire_confdatadir)
manpage_conf.set('top_srcdir', meson.source_root())
manpage_conf.set('top_builddir', meson.build_root())