From b9bd625307bedfd4ddf8984b3ffe8f5555fc2dca Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 31 Mar 2009 14:27:41 +0000 Subject: Require parserutils and wapcaplet rather than munging Libs: svn path=/trunk/libcss/; revision=7012 --- libcss.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcss.pc.in b/libcss.pc.in index 9e772ff..ace6718 100644 --- a/libcss.pc.in +++ b/libcss.pc.in @@ -6,5 +6,6 @@ includedir=${prefix}/include Name: libcss Description: CSS parsing and selection library Version: 0.0.1 -Libs: -L${libdir} -lcss -lparserutils -lwapcaplet +Requires: libparserutils, libwapcaplet +Libs: -L${libdir} -lcss Cflags: -I${includedir} -- cgit v1.2.3