[cogl] Fix a typo in the Requires: of cogl-pango2.pc



commit 0491f035fdc2037649fc798b10c4204acff39302
Author: Damien Lespiau <damien lespiau intel com>
Date:   Tue Jun 12 20:19:00 2012 +0100

    Fix a typo in the Requires: of cogl-pango2.pc
    
    You need to get the COGL_PANGO_PKG_REQUIRES in there, not the cogl ones.
    pangocairo was missing in the list of requires because of that.
    
    Reviewed-by: Neil Roberts <neil 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 c9e1240..58962b7 100644
--- a/cogl-pango/cogl-pango2.pc.in
+++ b/cogl-pango/cogl-pango2.pc.in
@@ -3,7 +3,7 @@ exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
 apiversion= COGL_API_VERSION@
-requires= COGL_PKG_REQUIRES@ cogl2
+requires= COGL_PANGO_PKG_REQUIRES@ cogl2
 
 Name: CoglPango2
 Description: An object oriented GL/GLES Abstraction/Utility Layer



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