mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 13:19:36 +00:00 
			
		
		
		
	 0f94d6da35
			
		
	
	
		0f94d6da35
		
	
	
	
	
		
			
			Additionally: + add --includedir configure parameters + make install-libcacard install vscclient as well
		
			
				
	
	
		
			14 lines
		
	
	
		
			221 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			221 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@PREFIX@
 | |
| exec_prefix=${prefix}
 | |
| libdir=@LIBDIR@
 | |
| includedir=@INCLUDEDIR@
 | |
| 
 | |
| Name: cacard
 | |
| Description: CA Card library
 | |
| Version: @VERSION@
 | |
| 
 | |
| Requires:  nss
 | |
| Libs: -L${libdir} -lcacard
 | |
| Libs.private:
 | |
| Cflags: -I${includedir}
 |