7e6b60270d
The pkgconfig file correctly sets $prefix to @prefix@, but the other paths should be relative to $prefix.
22 lines
561 B
PkgConfig
22 lines
561 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=${exec_prefix}/libdir
|
|
includedir=${prefix}/include
|
|
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
winsys=@CLUTTER_WINSYS@
|
|
soname_infix=@CLUTTER_SONAME_INFIX@
|
|
cogl_driver=@COGL_DRIVER@
|
|
requires=@CLUTTER_REQUIRES@
|
|
|
|
# only kept for backward compatibility
|
|
cogl=@COGL_DRIVER@
|
|
backend=@CLUTTER_WINSYS@
|
|
|
|
Name: Clutter
|
|
Description: Clutter Core Library (${winsys}/${cogl_driver} backend)
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${soname_infix}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|