mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								bluez5_sources = ['plugin.c',
							 | 
						||
| 
								 | 
							
										  'a2dp-sink.c',
							 | 
						||
| 
								 | 
							
								                  'bluez5-monitor.c']
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								bluez5lib = shared_library('spa-bluez5',
							 | 
						||
| 
								 | 
							
									bluez5_sources,
							 | 
						||
| 
								 | 
							
									include_directories : [ spa_inc, spa_libinc ],
							 | 
						||
| 
								 | 
							
									dependencies : [ dbus_dep, sbc_dep ],
							 | 
						||
| 
								 | 
							
									link_with : spalib,
							 | 
						||
| 
								 | 
							
									install : true,
							 | 
						||
| 
								 | 
							
									install_dir : '@0@/spa/bluez5'.format(get_option('libdir')))
							 |