mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 12:52:14 +00:00
25 lines
652 B
PkgConfig
25 lines
652 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@/mutter
|
|
includedir=@includedir@/mutter
|
|
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@ mutter-cogl-1.0
|
|
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: Mutter Clutter
|
|
Description: Mutter's Clutter Private Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmutter-clutter-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|
|
Requires.private: ${requires_private}
|