[clutter] cally: Fix the pkg-config file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] cally: Fix the pkg-config file
- Date: Sat, 21 Apr 2012 12:57:58 +0000 (UTC)
commit 340775d09b9af8bb2061c0955187ee35cbf6805b
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]