diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-06-25 15:29:49 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-06-25 15:29:49 -0400 |
commit | 8434a032e960215cfffd8954fef92c5562b4c980 (patch) | |
tree | 095d21a3e9d0a03ae038e51c462b870ba65b0fb0 /data | |
parent | 174586f2d38a39dbf0a4d8a0acf3190c51c41070 (diff) |
Fix pkg-config file problems.
It's libcurl, and expat doesn't have a pkg-config file.
Diffstat (limited to 'data')
-rw-r--r-- | data/razor.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |