2008-07-16 Emmanuele Bassi <ebassi@openedhand.com>

* clutter.pc.in: Add a variable containing the COGL backend
	inside the pkg-config file, for configure-time checks.
This commit is contained in:
Emmanuele Bassi 2008-07-16 16:53:41 +00:00
parent 9fbdee463d
commit e1cc4d8e93
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-16 Emmanuele Bassi <ebassi@openedhand.com>
* clutter.pc.in: Add a variable containing the COGL backend
inside the pkg-config file, for configure-time checks.
2008-07-14 Neil Roberts <neil@o-hand.com> 2008-07-14 Neil Roberts <neil@o-hand.com>
* clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to): * clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to):

View File

@ -5,6 +5,7 @@ includedir=${prefix}/include
backend=@clutterbackend@ backend=@clutterbackend@
apiversion=@CLUTTER_API_VERSION@ apiversion=@CLUTTER_API_VERSION@
requires=@CLUTTER_REQUIRES@ requires=@CLUTTER_REQUIRES@
cogl=@CLUTTER_COGL@
Name: Clutter Name: Clutter
Description: Clutter Core Library (${backend} backend) Description: Clutter Core Library (${backend} backend)