mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	As per discussions with Lennart, we will be moving to a two-component version number scheme when the next release is made from git master branch. This means we will be dropping the micro version component (although for compatibility, it will remain defined as 0 in version.h). For more information, please see the announcement here: http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/7921
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			331 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			331 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@
 | 
						|
 | 
						|
Name: libpulse-browse
 | 
						|
Description: PulseAudio Network Browsing Interface
 | 
						|
Version: @PACKAGE_VERSION@
 | 
						|
Libs: -L${libdir} -lpulse-browse @PTHREAD_LIBS@
 | 
						|
Libs.private: -lpulsecommon-@PA_MAJORMINOR@
 | 
						|
Cflags: -I${includedir} -D_REENTRANT
 | 
						|
Requires: libpulse
 |