Removing some copy pasted code Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2970>
		
			
				
	
	
		
			14 lines
		
	
	
		
			408 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			408 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.32.99'],
 | |
|                       required : get_option('neon'))
 | |
| 
 | |
| if neon_dep.found()
 | |
|   gstneon = library('gstneonhttpsrc',
 | |
|     'gstneonhttpsrc.c',
 | |
|     c_args : gst_plugins_bad_args,
 | |
|     include_directories : [configinc],
 | |
|     dependencies : [gstbase_dep, neon_dep],
 | |
|     install : true,
 | |
|     install_dir : plugins_install_dir)
 | |
|   plugins += [gstneon]
 | |
| endif
 |