mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
29c42bfe8e
Some places in the build system do not (or cannot) use the macro-ified CLUTTER_API_VERSION, so we need to fix them up manually.
14 lines
330 B
PkgConfig
14 lines
330 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-${apiversion}
|