From: Kristian Høgsberg Date: Wed, 25 Jun 2008 19:29:49 +0000 (-0400) Subject: Fix pkg-config file problems. X-Git-Tag: 0.1~80^2~2 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=8434a032e960215cfffd8954fef92c5562b4c980;p=razor.git Fix pkg-config file problems. It's libcurl, and expat doesn't have a pkg-config file. --- diff --git a/data/razor.pc.in b/data/razor.pc.in index ddf0ba0..7f9121e 100644 --- a/data/razor.pc.in +++ b/data/razor.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: razor Description: library for depsolving, installing and removing packages Version: @VERSION@ -Requires: expat curl -Libs: -L${libdir} -lexpat -lz -lcurl +Requires: libcurl +Libs: -L${libdir} -lexpat -lz -lrazor Cflags: -I${includedir}/razor