mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
[Meson] Fix all deprecation warnings
This commit is contained in:
parent
a5e3d3f7a7
commit
f7e1175ef0
11 changed files with 36 additions and 36 deletions
|
|
@ -5,8 +5,8 @@ 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())
|
||||
manpage_conf.set('top_srcdir', meson.project_source_root())
|
||||
manpage_conf.set('top_builddir', meson.project_build_root())
|
||||
|
||||
manpages = [
|
||||
'pipewire.1.xml.in',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue