It is not always needed, at least Ubuntu package it separately and don't install it by default. Also when doing a static build there is an unavoidable warning otherwise. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1337>
		
			
				
	
	
		
			8 lines
		
	
	
		
			393 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			393 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| option('pygi-overrides-dir', type : 'string', value : '',
 | |
|         description: 'Path to pygobject overrides directory')
 | |
| option('libpython-dir', type : 'string', value : '',
 | |
|         description: 'Path to find libpythonXX.so')
 | |
| option('python', type : 'string', value : 'python3')
 | |
| option('tests', type : 'feature', value : 'auto', yield : true)
 | |
| option('plugin', type : 'feature', value : 'auto')
 |