mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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.
18 lines
446 B
PkgConfig
18 lines
446 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=1.0
|
|
requires=@COGL_PKG_REQUIRES@
|
|
backend=none #only kept for backward compatability
|
|
winsys=none
|
|
cogl=none #only kept for backward compatability
|
|
driver=none
|
|
|
|
Name: Cogl
|
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcogl
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|