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

Damien Lespiau damien.lespiau at gmail.com
Tue Jun 12 12:19:00 PDT 2012


From: Damien Lespiau <damien.lespiau at intel.com>

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.
---
 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
-- 
1.7.7.5



More information about the Cogl mailing list