711d035f44
This allows more detailed control over the driver and winsys features that Cogl should have. Cogl is designed so it can support multiple window systems simultaneously so we have enable/disable options for the drivers (gl vs gles1 vs gles2) and options for the individual window systems; currently glx and egl. Egl is broken down into an option for each platform.
18 lines
458 B
PkgConfig
18 lines
458 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 -lcoglpango
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|