0681a25825
* configure.ac: * clutter.pc.in: Added CLUTTER_REQUIRES automake var to allow deps in clutter.pc to be backend-specific.
14 lines
388 B
PkgConfig
14 lines
388 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
backend=@clutterbackend@
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@
|
|
|
|
Name: Clutter
|
|
Description: Clutter Core Library (${backend} backend)
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires} |