summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2017-09-07 10:22:32 +0200
committerWim Taymans <wtaymans@redhat.com>2017-09-07 10:22:32 +0200
commit21cd5a2918b920ae77f12e84558925bb210daac7 (patch)
tree7b10fccd8ed6d2aac2445f0b0397dc5505ae7bd0 /man
parent36ac8a6545825fc0f2969cbc130a1eea286b32b7 (diff)
Add example to play sine wave
Various build fixes and cleanups Move port_add to private and make node ports based on implementation. Improve pull based scheduling on remote nodes
Diffstat (limited to 'man')
-rw-r--r--man/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index 2a25e9bf..ceea56cf 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -2,6 +2,7 @@ manpage_conf = configuration_data()
manpage_conf.set('PACKAGE_NAME', meson.project_name())
manpage_conf.set('PACKAGE_VERSION', meson.project_version())
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
+manpage_conf.set('PACKAGE_BUGREPORT', 'https://github.com/PipeWire/pipewire/issues')
manpage_conf.set('top_srcdir', meson.source_root())
manpage_conf.set('top_builddir', meson.build_root())