25 lines
596 B
PkgConfig
25 lines
596 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@
|
|
requires_private=@CLUTTER_REQUIRES_PRIVATE@
|
|
backends=@CLUTTER_BACKENDS@
|
|
|
|
# only kept for backward compatibility
|
|
soname_infix=@CLUTTER_SONAME_INFIX@
|
|
winsys=@CLUTTER_WINSYS@
|
|
backend=@CLUTTER_WINSYS@
|
|
cogl=deprecated
|
|
cogl_driver=deprecated
|
|
|
|
Name: Clutter
|
|
Description: Clutter Core Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|
|
Requires.private: ${requires_private}
|