1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-21 02:33:53 +00:00
mutter/cogl-path/cogl-path.pc.in

14 lines
306 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=@COGL_API_VERSION@
requires=@COGL_PKG_REQUIRES@
Name: Cogl
Description: A 2D path drawing library for Cogl
Version: @COGL_VERSION@
Libs: -L${libdir} -lcogl-path
Cflags: -I${includedir}/cogl
Requires: ${requires}