66d9d48135
You should not commit patches based on the bugzilla description alone. You should not commit patches based on the bugzilla description alone. You should not commit patches based on the bugzilla description alone. ...
22 lines
543 B
PkgConfig
22 lines
543 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
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}
|