[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.
This commit is contained in:
Emmanuele Bassi 2009-03-09 17:47:21 +00:00
parent 84229fa13c
commit c50bd8b24e

View File

@ -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@