c0f753d108
The Clutter Accessibility Library is an implementation of the ATK, the Accessibility Toolkit, which exposes Clutter actors to accessibility tools. This allows not only writing accessible user interfaces, but also allows testing and verification frameworks based on A11Y technologies to inspect and test a Clutter scene graph. http://bugzilla.clutter-project.org/show_bug.cgi?id=2097 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
19 lines
538 B
PkgConfig
19 lines
538 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
requires=@CLUTTER_REQUIRES@
|
|
backend=@COGL_WINSYS@ #only kept for backward compatability
|
|
winsys=@COGL_WINSYS@
|
|
cogl=@COGL_DRIVER@ #only kept for backward compatability
|
|
driver=@COGL_DRIVER@
|
|
|
|
Name: Cally
|
|
Description: Clutter Accessibility Implementation Library
|
|
Version: @VERSION@
|
|
Requires: atk clutter-1.0
|
|
Libs: -L${libdir} -lclutter-${winsys}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: ${requires}
|