We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc3af6 commit 6adf1e8Copy full SHA for 6adf1e8
cppkafka.pc.in
@@ -8,7 +8,7 @@ Name: cppkafka
8
Url: https://github.com/mfontanini/cppkafka
9
Description: C++ wrapper library on top of RdKafka
10
Version: @CPPKAFKA_VERSION@
11
-Requires: librdkafka >= 0.9.4
+Requires: rdkafka >= 0.9.4 boost
12
Requires.private:
13
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
14
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_INCLUDE_DIR@ -I@Boost_INCLUDE_DIRS@
0 commit comments