6f2193545e
This renames the pango directory to cogl-pango and it renames the installed library to libcogl-pango instead of libcoglpango.
14 lines
321 B
PkgConfig
14 lines
321 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=1.0
|
|
requires=@COGL_PKG_REQUIRES@ cogl-2.0
|
|
|
|
Name: Cogl
|
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcogl-pango
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|