Skip to content

Commit

Permalink
Fix massively broken libcomps pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Dec 3, 2019
1 parent d0c8aa3 commit 3703858
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libcomps.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@
Name: libcomps
Description: alternative for yum.libcomps written in C
Version: @VERSION@
Requires: -L${libdir} -lcomps
Reuires.private: -lxml2 -lexpat
URL: https://github.com/rpm-software-management/libcomps
CFlags: -I${includedir}
Libs: -L${libdir} -lcomps
Requires: libxml-2.0 expat

0 comments on commit 3703858

Please sign in to comment.