Blame SOURCES/agg-2.5-pkgconfig.patch

ffe977
--- agg-2.5/libagg.pc.in.orig	2007-01-07 13:58:28.000000000 +0000
ffe977
+++ agg-2.5/libagg.pc.in	2007-01-07 14:02:40.000000000 +0000
ffe977
@@ -6,5 +6,6 @@
ffe977
 Name: libagg
ffe977
 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
ffe977
 Version: @VERSION@
ffe977
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
ffe977
+Requires.private: freetype2
ffe977
+Libs: -L${libdir} -lagg
ffe977
 Cflags: -I${includedir}