5012bcf1d1
Only cogl-pango needs a dependency on pangocairo so we are now careful to separate the pangocairo pkg-config flags from the others so we can avoid having libcogl builds refer to them. Reviewed-by: Neil Roberts <neil@linux.intel.com>
14 lines
371 B
PkgConfig
14 lines
371 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_PKG_REQUIRES@ @COGL_PANGO_PKG_REQUIRES@
|
|
|
|
Name: Cogl
|
|
Description: An pango integration library for Cogl
|
|
Version: @COGL_VERSION@
|
|
Libs: -L${libdir} -lcogl-pango
|
|
Cflags: -I${includedir}/cogl -DCOGL_ENABLE_EXPERIMENTAL_2_0_API
|
|
Requires: ${requires}
|