-uninstalled.pc files are a pkg-config facility for working with uninstalled libraries. With pkg-config, foo-uninstalled.pc overrides foo.pc. foo-uninstalled.pc should never be installed, and will be generated with references to the build directory. If you set up your environment so pkg-config looks for .pc files in your build directories, you can use this to build and link against libraries you haven't installed with "make install". This can save time and space over installing with a prefix. Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Acked-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>dev
							parent
							
								
									323d4b37a0
								
							
						
					
					
						commit
						71c4f70e08
					
				@ -0,0 +1,9 @@ | 
				
			|||||||
 | 
					libdir=@abs_top_builddir@/.libs | 
				
			||||||
 | 
					includedir=@abs_top_srcdir@ | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Name: libweston-desktop, uninstalled | 
				
			||||||
 | 
					Description: Desktop shells abstraction library for libweston compositors (not installed) | 
				
			||||||
 | 
					Version: @WESTON_VERSION@ | 
				
			||||||
 | 
					Requires.private: libweston-@LIBWESTON_MAJOR@-uninstalled wayland-server | 
				
			||||||
 | 
					Cflags: -I${includedir}/libweston-desktop -I${includedir}/shared | 
				
			||||||
 | 
					Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@ | 
				
			||||||
@ -0,0 +1,9 @@ | 
				
			|||||||
 | 
					libdir=@abs_top_builddir@/.libs | 
				
			||||||
 | 
					includedir=@abs_top_srcdir@ | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Name: libweston API, uninstalled | 
				
			||||||
 | 
					Description: Header files for libweston compositors development (not installed) | 
				
			||||||
 | 
					Version: @WESTON_VERSION@ | 
				
			||||||
 | 
					Requires.private: wayland-server pixman-1 xkbcommon | 
				
			||||||
 | 
					Cflags: -I${includedir}/libweston -I${includedir}/shared | 
				
			||||||
 | 
					Libs: -L${libdir} -lweston-@LIBWESTON_MAJOR@ | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue