[Cogl] [PATCH] Add @COGL_PANGO_PKG_REQUIRES@ to the requires for cogl-pango2.pc
Neil Roberts
neil at linux.intel.com
Wed Jun 13 08:26:53 PDT 2012
The pkg-config file for cogl-pango needs to publicly depend on pango
because the headers include pango/pango.h. Without adding these
requires to the pkg-config nothing that depends on cogl-pango will
build.
---
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..fc70069 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_PKG_REQUIRES@ @COGL_PANGO_PKG_REQUIRES@ cogl2
Name: CoglPango2
Description: An object oriented GL/GLES Abstraction/Utility Layer
--
1.7.3.16.g9464b
More information about the Cogl
mailing list