2006-05-29 08:59:36 +00:00
|
|
|
prefix=@prefix@
|
2009-03-06 05:19:12 +00:00
|
|
|
exec_prefix=@exec_prefix@
|
2010-06-23 12:34:36 +00:00
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
2010-06-22 07:29:02 +00:00
|
|
|
|
2007-03-23 15:20:35 +00:00
|
|
|
apiversion=@CLUTTER_API_VERSION@
|
2010-06-22 07:29:02 +00:00
|
|
|
requires=@CLUTTER_REQUIRES@
|
2012-01-11 12:23:46 +00:00
|
|
|
requires_private=@CLUTTER_REQUIRES_PRIVATE@
|
2011-09-21 17:05:03 +00:00
|
|
|
backends=@CLUTTER_BACKENDS@
|
2010-06-22 07:29:02 +00:00
|
|
|
|
|
|
|
# only kept for backward compatibility
|
2011-09-21 17:05:03 +00:00
|
|
|
soname_infix=@CLUTTER_SONAME_INFIX@
|
|
|
|
winsys=@CLUTTER_WINSYS@
|
2010-06-22 07:29:02 +00:00
|
|
|
backend=@CLUTTER_WINSYS@
|
2011-11-23 17:29:23 +00:00
|
|
|
cogl=deprecated
|
|
|
|
cogl_driver=deprecated
|
2006-05-29 08:59:36 +00:00
|
|
|
|
2007-03-22 18:21:59 +00:00
|
|
|
Name: Clutter
|
2011-09-21 17:05:03 +00:00
|
|
|
Description: Clutter Core Library
|
2006-05-29 08:59:36 +00:00
|
|
|
Version: @VERSION@
|
2011-09-21 17:05:03 +00:00
|
|
|
Libs: -L${libdir} -lclutter-${apiversion}
|
2007-03-23 15:20:35 +00:00
|
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
2008-07-16 16:53:41 +00:00
|
|
|
Requires: ${requires}
|
2012-01-11 12:23:46 +00:00
|
|
|
Requires.private: ${requires_private}
|