mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	man: specify the xdg and confdata dirs in the pipewire.conf man page
This commit is contained in:
		
							parent
							
								
									59a8253047
								
							
						
					
					
						commit
						9af86b7b76
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,6 +4,7 @@ manpage_conf.set('PACKAGE_VERSION', meson.project_version())
 | 
				
			||||||
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
 | 
					manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
 | 
				
			||||||
manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
 | 
					manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
 | 
				
			||||||
manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
 | 
					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_srcdir', meson.source_root())
 | 
				
			||||||
manpage_conf.set('top_builddir', meson.build_root())
 | 
					manpage_conf.set('top_builddir', meson.build_root())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,9 @@ This file is part of PipeWire.
 | 
				
			||||||
<manpage name="pipewire.conf" section="5" desc="The PipeWire server configuration file">
 | 
					<manpage name="pipewire.conf" section="5" desc="The PipeWire server configuration file">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <synopsis>
 | 
					  <synopsis>
 | 
				
			||||||
 | 
					    <p><file>$XDG_CONFIG_HOME/pipewire/pipewire.conf</file></p>
 | 
				
			||||||
    <p><file>@PIPEWIRE_CONFIG_DIR@/pipewire.conf</file></p>
 | 
					    <p><file>@PIPEWIRE_CONFIG_DIR@/pipewire.conf</file></p>
 | 
				
			||||||
 | 
					    <p><file>@PIPEWIRE_CONFDATADIR@/pipewire.conf</file></p>
 | 
				
			||||||
  </synopsis>
 | 
					  </synopsis>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <description>
 | 
					  <description>
 | 
				
			||||||
| 
						 | 
					@ -20,8 +22,8 @@ This file is part of PipeWire.
 | 
				
			||||||
    itself. It executes a series of commands listed in the config
 | 
					    itself. It executes a series of commands listed in the config
 | 
				
			||||||
    file.</p>
 | 
					    file.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <p>The config file in the default location is used but the
 | 
					    <p>The config files are loaded in the order listed in the SYNOPSIS.
 | 
				
			||||||
    environment variables PIPEWIRE_CONFIG_DIR, PIPEWIRE_CONFIG_PREFIX
 | 
					    The environment variables PIPEWIRE_CONFIG_DIR, PIPEWIRE_CONFIG_PREFIX
 | 
				
			||||||
    and PIPEWIRE_CONFIG_NAME can be used to specify an alternative config
 | 
					    and PIPEWIRE_CONFIG_NAME can be used to specify an alternative config
 | 
				
			||||||
    directory, subdirectory and file respectively.</p>
 | 
					    directory, subdirectory and file respectively.</p>
 | 
				
			||||||
  </description>
 | 
					  </description>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue