[cogl] cogl-pango: Fix the name of the cogl-pango library in the pc file



commit aab46428b5553dced36612ecd49c4cfb2177844c
Author: Neil Roberts <neil linux intel com>
Date:   Mon Apr 23 13:29:14 2012 +0100

    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>

 cogl-pango/cogl-pango2.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-pango/cogl-pango2.pc.in b/cogl-pango/cogl-pango2.pc.in
index eada534..c9e1240 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}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]