mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
cally: Fix the pkg-config file
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
This commit is contained in:
parent
d61515322a
commit
340775d09b
@ -4,14 +4,10 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
apiversion=@CLUTTER_API_VERSION@
|
||||
winsys=@CLUTTER_WINSYS@
|
||||
soname_infix=@CLUTTER_SONAME_INFIX@
|
||||
cogl_driver=@COGL_DRIVER@
|
||||
requires=@CLUTTER_REQUIRES@
|
||||
|
||||
Name: Cally
|
||||
Description: Clutter Accessibility Implementation Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lclutter-${soname_infix}-${apiversion}
|
||||
Libs: -L${libdir} -lclutter-${apiversion}
|
||||
Cflags: -I${includedir}/clutter-${apiversion}
|
||||
Requires: atk clutter-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user