6f2193545e
This renames the pango directory to cogl-pango and it renames the installed library to libcogl-pango instead of libcoglpango.
14 lines
345 B
PkgConfig
14 lines
345 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_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}
|