bb83bf282d
The commit 24ce193836
fixed the Clutter pkg-config file. Since
COGL now ships its own, we need to fix that as well.
16 lines
402 B
PkgConfig
16 lines
402 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@
|
|
backend=@clutterbackend@
|
|
cogl=@CLUTTER_COGL@
|
|
|
|
Name: COGL
|
|
Description: Clutter GL abstraction library (${cogl} backend)
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|