mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
i18n = import('i18n')
 | 
						|
 | 
						|
i18n.gettext(
 | 
						|
  meson.project_name(),
 | 
						|
  preset: 'glib',
 | 
						|
  # Page width is set to 90 characters in order to avoid bad wrapping of the
 | 
						|
  # bug reporting address.
 | 
						|
  args: ['--msgid-bugs-address=https://gitlab.freedesktop.org/pipewire/pipewire/issues/new',
 | 
						|
         '--width=90'],
 | 
						|
)
 | 
						|
 | 
						|
po_dir = meson.current_source_dir()
 |