[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:
parent
84229fa13c
commit
c50bd8b24e
@ -1,7 +1,7 @@
|
|||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=@exec_prefix@
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=@includedir@
|
||||||
apiversion=@CLUTTER_API_VERSION@
|
apiversion=@CLUTTER_API_VERSION@
|
||||||
requires=@CLUTTER_REQUIRES@
|
requires=@CLUTTER_REQUIRES@
|
||||||
backend=@clutterbackend@
|
backend=@clutterbackend@
|
||||||
|
Loading…
Reference in New Issue
Block a user