e1cc4d8e93
* clutter.pc.in: Add a variable containing the COGL backend inside the pkg-config file, for configure-time checks.
16 lines
409 B
PkgConfig
16 lines
409 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
backend=@clutterbackend@
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@
|
|
cogl=@CLUTTER_COGL@
|
|
|
|
Name: Clutter
|
|
Description: Clutter Core Library (${backend} backend)
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|