mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
[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@
|
||||
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@
|
||||
|
Loading…
Reference in New Issue
Block a user