5fa0ee9569
Reviewed-by: Robert Bragg <robert@linux.intel.com>
13 lines
348 B
PkgConfig
13 lines
348 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_PKG_REQUIRES@ cogl-2.0-experimental
|
|
|
|
Name: Cogl
|
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcoglpango
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|