mirror of
				https://gitlab.com/libvirt/libvirt.git
				synced 2025-10-30 20:24:58 +03:00 
			
		
		
		
	For some reason there have never been pkg-config files created for the libvirt-qemu.so and libvirt-lxc.so libraries. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| datarootdir=@datarootdir@
 | |
| 
 | |
| libvirt_qemu_api=@datadir@/libvirt/api/libvirt-qemu-api.xml
 | |
| 
 | |
| Name: libvirt-qemu
 | |
| Version: @VERSION@
 | |
| Description: libvirt QEMU library
 | |
| Requires: libvirt
 | |
| Libs: -L${libdir} -lvirt-qemu
 | |
| Cflags: -I${includedir}
 |