fbda52d21b
We now install cogl-pango-1.0 and cogl-pango-2.0 pkg-config files that applications should optionally depend on if they want to use the cogl_pango API.
14 lines
306 B
PkgConfig
14 lines
306 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=1.0
|
|
requires=@COGL_PKG_REQUIRES@
|
|
|
|
Name: Cogl
|
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcogl
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|