Used for files which (with CONFIG_SPICE=y) depend on spice header files to pick up some enum, but which do not depend on on the actual spice shared library. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201014121120.13482-6-kraxel@redhat.com
		
			
				
	
	
		
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
 | 
						|
 | 
						|
softmmu_ss.add(files(
 | 
						|
  'hmp-cmds.c',
 | 
						|
  'hmp.c',
 | 
						|
))
 | 
						|
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
 | 
						|
 | 
						|
specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('misc.c'), spice])
 |