summaryrefslogtreecommitdiff
path: root/cogl-pango
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-04-23 13:29:14 +0100
committerNeil Roberts <neil@linux.intel.com>2012-04-23 13:29:14 +0100
commitaab46428b5553dced36612ecd49c4cfb2177844c (patch)
tree0f12b79c09ed95cff90c230b3e2fee43573e26ac /cogl-pango
parent9657938c3083a782234e1e9f05ab5ae88a6bc5ab (diff)
downloadcogl-aab46428b5553dced36612ecd49c4cfb2177844c.tar.gz
cogl-pango: Fix the name of the cogl-pango library in the pc file
The pc file for cogl-pango was missing a '-' in the name of the library passed in the linker option so any applications trying to use it would not link. Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl-pango')
-rw-r--r--cogl-pango/cogl-pango2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl-pango/cogl-pango2.pc.in b/cogl-pango/cogl-pango2.pc.in
index eada5343..c9e12401 100644
--- a/cogl-pango/cogl-pango2.pc.in
+++ b/cogl-pango/cogl-pango2.pc.in
@@ -8,6 +8,6 @@ requires=@COGL_PKG_REQUIRES@ cogl2
Name: CoglPango2
Description: An object oriented GL/GLES Abstraction/Utility Layer
Version: @COGL_VERSION@
-Libs: -L${libdir} -lcoglpango2
+Libs: -L${libdir} -lcogl-pango2
Cflags: -I${includedir}/cogl2
Requires: ${requires}