52a69bb9ab
Since we now have more time to ensure that Clutter is updated to check for the now separate cogl-path package as part of its build configuration we are now making the package split, in line with Cogl master. Reviewed-by: Neil Roberts <neil@linux.intel.com>
14 lines
302 B
PkgConfig
14 lines
302 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=1.0
|
|
requires=@COGL_PKG_REQUIRES@ cogl-1.0
|
|
|
|
Name: Cogl
|
|
Description: A 2D path drawing library for Cogl
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcogl-path
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|