mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Up until now, `spa/utils/cleanup.h` was not installed,
but 779f06865c ("pod: add spa_auto support for dynamic builder")
included it in a public header. So now `cleanup.h` also needs to
be installed like any other public header so as to not break
3rd party users.
For example, `xdg-desktop-portal-wlr` would break:
https://codesearch.debian.net/search?q=spa_pod_dynamic_builder_init&literal=1
		
	
			
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
spa_sections = [
 | 
						|
  'buffer',
 | 
						|
  'control',
 | 
						|
  'debug',
 | 
						|
  'graph',
 | 
						|
  'interfaces',
 | 
						|
  'monitor',
 | 
						|
  'node',
 | 
						|
  'param',
 | 
						|
  'pod',
 | 
						|
  'support',
 | 
						|
  'utils',
 | 
						|
]
 | 
						|
 | 
						|
spa_headers = 'spa'  # used by doxygen
 | 
						|
install_subdir('spa',
 | 
						|
  install_dir : get_option('includedir') / spa_name,
 | 
						|
)
 |