340775d09b
Drop a bunch of variables that are not meant to be used by Cally; also, drop the wrong library name from the Libs key: Clutter has a single shared library, now. https://bugzilla.gnome.org/show_bug.cgi?id=674105
14 lines
320 B
PkgConfig
14 lines
320 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
|
|
Name: Cally
|
|
Description: Clutter Accessibility Implementation Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: atk clutter-1.0
|