From e1cc4d8e936a10646ca849565c547518de349044 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 16 Jul 2008 16:53:41 +0000 Subject: [PATCH] 2008-07-16 Emmanuele Bassi * clutter.pc.in: Add a variable containing the COGL backend inside the pkg-config file, for configure-time checks. --- ChangeLog | 5 +++++ clutter.pc.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09aaec4b9..cc1c12d94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-16 Emmanuele Bassi + + * clutter.pc.in: Add a variable containing the COGL backend + inside the pkg-config file, for configure-time checks. + 2008-07-14 Neil Roberts * clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to): diff --git a/clutter.pc.in b/clutter.pc.in index 7a2124c31..b54b59218 100644 --- a/clutter.pc.in +++ b/clutter.pc.in @@ -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} \ No newline at end of file +Requires: ${requires}