mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
5fa0ee9569
Reviewed-by: Robert Bragg <robert@linux.intel.com>
14 lines
330 B
PkgConfig
14 lines
330 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_PKG_REQUIRES@ cogl-2.0-experimental
|
|
|
|
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}
|