 b558885221
			
		
	
	b558885221
	
	
	
		
			
			We need to link against gdk against pangoft2 on X11. Also add Requires.private to gdk-3.0.pc, and try to clean things up some. https://bugzilla.gnome.org/show_bug.cgi?id=665326
		
			
				
	
	
		
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| targets=@GDK_BACKENDS@
 | |
| 
 | |
| Name: GDK
 | |
| Description: GTK+ Drawing Kit
 | |
| Version: @VERSION@
 | |
| Requires: @GDK_PACKAGES@
 | |
| Requires.private: @GDK_PRIVATE_PACKAGES@
 | |
| Libs: -L${libdir} -lgdk-3 @GDK_EXTRA_LIBS@
 | |
| Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@
 |