Fixed pkg_config file template by adding boost dependency and correcting rdkafka library name

This commit is contained in:
Alexander Damian
2019-05-17 14:19:28 -04:00
parent bbc3af67d9
commit 6adf1e82c9

View File

@@ -8,7 +8,7 @@ Name: cppkafka
Url: https://github.com/mfontanini/cppkafka
Description: C++ wrapper library on top of RdKafka
Version: @CPPKAFKA_VERSION@
Requires: librdkafka >= 0.9.4
Requires: rdkafka >= 0.9.4 boost
Requires.private:
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_INCLUDE_DIR@ -I@Boost_INCLUDE_DIRS@