mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
3729bf2769
This explicitly renames the cogl-2.0 reference manual to cogl-2.0-experimental and renames the cogl-2.0 pkg-config file to cogl-2.0-experimental.pc. Hopefully this should avoid miss-understandings.
14 lines
354 B
PkgConfig
14 lines
354 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_PKG_REQUIRES@
|
|
|
|
Name: Cogl
|
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
|
Version: @COGL_VERSION@
|
|
Libs: -L${libdir} -lcogl
|
|
Cflags: -I${includedir}/cogl -DCOGL_ENABLE_EXPERIMENTAL_2_0_API
|
|
Requires: ${requires}
|