Skip to content
Snippets Groups Projects
Commit e2277472 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

libdnssec: remove unused deps in pkg-config

parent 72a1bdb9
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,4 @@ URL: https://www.knot-dns.cz
Version: @PACKAGE_VERSION@
Requires.private: gnutls >= 3.0, jansson
Libs: -L${libdir} -ldnssec
Libs.private: -lm
Cflags: -I${includedir}
......@@ -7,7 +7,7 @@ Name: libknot
Description: Knot DNS library
URL: https://www.knot-dns.cz
Version: @PACKAGE_VERSION@
Requires.private: libdnssec = @PACKAGE_VERSION@, @liburcu_PKGCONFIG@
Requires.private: libdnssec = @PACKAGE_VERSION@
Libs: -L${libdir} -lknot
Libs.private: -ldnssec @lmdb_LIBS@
Cflags: -I${includedir} @lmdb_CFLAGS@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment