mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	build-sys: add gobject to build dependencies
Since we call g_object_unref() we need to link against gobject in compliance of the new Fedora implicit DSO linking policy.
This commit is contained in:
		
							parent
							
								
									307bd142fe
								
							
						
					
					
						commit
						f9b31fe544
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -893,7 +893,7 @@ AC_ARG_ENABLE([gconf],
 | 
				
			||||||
        [gconf=auto])
 | 
					        [gconf=auto])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if test "x${gconf}" != xno ; then
 | 
					if test "x${gconf}" != xno ; then
 | 
				
			||||||
    PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ],
 | 
					    PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 gobject-2.0 ],
 | 
				
			||||||
        HAVE_GCONF=1,
 | 
					        HAVE_GCONF=1,
 | 
				
			||||||
        [
 | 
					        [
 | 
				
			||||||
            HAVE_GCONF=0
 | 
					            HAVE_GCONF=0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue