mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 a9c9727c02
			
		
	
	
		a9c9727c02
		
	
	
	
	
		
			
			We can use config-host.mak to decide whether the tool has to be built, apart from that the conversion is straightforward. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			345 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			345 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| if 'CONFIG_PVRDMA' in config_host
 | |
|   # if not found, CONFIG_PVRDMA should not be set
 | |
|   # FIXME: broken on big endian architectures
 | |
|   libumad = cc.find_library('ibumad', required: true)
 | |
|   executable('rdmacm-mux', files('main.c'),
 | |
|              dependencies: [glib, libumad],
 | |
|              build_by_default: false,
 | |
|              install: false)
 | |
| endif
 |