From c50bd8b24ee2da1195e6cdcabcfe5b9fbd326be2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 9 Mar 2009 17:47:21 +0000 Subject: [PATCH] [cogl] Fix hardcoded paths in the pc file The commit 24ce193836 fixed the Clutter pkg-config file. Since COGL now ships its own, we need to fix that as well. --- cogl.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogl.pc.in b/cogl.pc.in index d69a0a5a1..87196733b 100644 --- a/cogl.pc.in +++ b/cogl.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ apiversion=@CLUTTER_API_VERSION@ requires=@CLUTTER_REQUIRES@ backend=@clutterbackend@