diff options
author | Enrico Zini <enrico@enricozini.org> | 2015-09-09 22:42:43 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2015-09-09 22:45:32 +0200 |
commit | dafbed8c53ad67abbf150934b8dc49cf71981c09 (patch) | |
tree | c61247be53bc44acf1a948c025a1b7278170b953 | |
parent | a5d69818fd5721c8764ceff6da228e896892db55 (diff) | |
download | libept-dafbed8c53ad67abbf150934b8dc49cf71981c09.tar.gz |
Removed tagcoll dependency in pkg-config
-rw-r--r-- | ept/libept.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ept/libept.pc.in b/ept/libept.pc.in index efadfce..d5db288 100644 --- a/ept/libept.pc.in +++ b/ept/libept.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libept Description: Access various data sources about software packages Version: @EPT_VERSION@ -Requires: libtagcoll2 libwibble +Requires: libwibble Cflags: -I${includedir} Libs: -L${libdir} -lept -lapt-pkg -lxapian -lz |