[clutter/clutter-1.10] cally: Fix the pkg-config file



commit 9d52fb06bbde5ce4b247e0819137f76d59b9d1b2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Apr 15 13:02:42 2012 +0100

    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

 clutter/cally/cally.pc.in |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/clutter/cally/cally.pc.in b/clutter/cally/cally.pc.in
index aa7030a..779491c 100644
--- a/clutter/cally/cally.pc.in
+++ b/clutter/cally/cally.pc.in
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]