Fix pkg-config file problems.
authorKristian Høgsberg <krh@redhat.com>
Wed, 25 Jun 2008 19:29:49 +0000 (15:29 -0400)
committerKristian Høgsberg <krh@redhat.com>
Wed, 25 Jun 2008 19:29:49 +0000 (15:29 -0400)
It's libcurl, and expat doesn't have a pkg-config file.

data/razor.pc.in

index ddf0ba0..7f9121e 100644 (file)
@@ -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