libcroco r323 - trunk
- From: thos svn gnome org
- To: svn-commits-list gnome org
- Subject: libcroco r323 - trunk
- Date: Tue, 17 Feb 2009 11:25:40 +0000 (UTC)
Author: thos
Date: Tue Feb 17 11:25:40 2009
New Revision: 323
URL: http://svn.gnome.org/viewvc/libcroco?rev=323&view=rev
Log:
2009-02-17 Thomas Wood <thos gnome org>
* libcroco.pc.in: ensure the library and compiler flags are not
hardcoded into the package config file. (bug 342370)
Modified:
trunk/ChangeLog
trunk/libcroco.pc.in
Modified: trunk/libcroco.pc.in
==============================================================================
--- trunk/libcroco.pc.in (original)
+++ trunk/libcroco.pc.in Tue Feb 17 11:25:40 2009
@@ -7,6 +7,6 @@
Version: @VERSION@
Description: a CSS2 Parsing and manipulation Library in C.
Requires: glib-2.0 libxml-2.0
-Libs: @CROCO_LIBS@
-Cflags: @CROCO_CFLAGS@
+Libs: -L${libdir} -lcroco- LIBCROCO_MAJOR_VERSION@ LIBCROCO_MINOR_VERSION@
+Cflags: -I${includedir}/libcroco- LIBCROCO_MAJOR_VERSION@ LIBCROCO_MINOR_VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]