mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
2f542b570b
This makes sure we install a cogl-gles2-1.0.pc and cogl-gles2-2.0-experimental.pc file consistent with other sub-libraries such that cogl-1.x packages can be parallel installed with cogl master. Reviewed-by: Neil Roberts <neil@linux.intel.com>
14 lines
298 B
PkgConfig
14 lines
298 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=cogl-1.0
|
|
|
|
Name: CoglGLES2
|
|
Description: Cogl OpenGL ES 2.0 frontend api
|
|
Version: @COGL_VERSION@
|
|
Libs: -L${libdir} -lcogl-gles2
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|