From 45db58ac0c9078338e70a628fea41bf10d5fa062 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 17 Feb 2009 11:25:40 +0000 Subject: ensure the library and compiler flags are not hardcoded into the package 2009-02-17 Thomas Wood * libcroco.pc.in: ensure the library and compiler flags are not hardcoded into the package config file. (bug 342370) svn path=/trunk/; revision=323 --- ChangeLog | 5 +++++ libcroco.pc.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cebfb7d..42424b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-17 Thomas Wood + + * libcroco.pc.in: ensure the library and compiler flags are not + hardcoded into the package config file. (bug 342370) + ============= 0.6.2 release ======================= 2009-02-04 Thomas Wood diff --git a/libcroco.pc.in b/libcroco.pc.in index 8a94fba..a8b6e78 100644 --- a/libcroco.pc.in +++ b/libcroco.pc.in @@ -7,6 +7,6 @@ Name: libcroco 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@ -- cgit v1.2.1