mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Added $include/alsa to the include path again for backward compatibility. Some apps fail to be built without this.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@
 | 
						|
 | 
						|
Name: alsa
 | 
						|
Description: Advanced Linux Sound Architecture (ALSA) - Library
 | 
						|
Version: @VERSION@
 | 
						|
Requires: 
 | 
						|
Libs: -L${libdir} -lasound -lm -ldl -lpthread
 | 
						|
# -I${includedir}/alsa below is just for backward compatibility
 | 
						|
# (it was set so mistakely in the older version)
 | 
						|
Cflags: -I${includedir} -I${includedir}/alsa
 |