mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
9fbdee463d
commit
e1cc4d8e93
@ -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>
|
||||
|
||||
* clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to):
|
||||
|
@ -5,10 +5,11 @@ includedir=${prefix}/include
|
||||
backend=@clutterbackend@
|
||||
apiversion=@CLUTTER_API_VERSION@
|
||||
requires=@CLUTTER_REQUIRES@
|
||||
cogl=@CLUTTER_COGL@
|
||||
|
||||
Name: Clutter
|
||||
Description: Clutter Core Library (${backend} backend)
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
||||
Cflags: -I${includedir}/clutter-${apiversion}
|
||||
Requires: ${requires}
|
||||
Requires: ${requires}
|
||||
|
Loading…
Reference in New Issue
Block a user