Merge pull request #210 from ych/pc_config

Remove boost dependency from pkg-config template file
This commit is contained in:
Matias Fontanini
2019-09-05 09:39:52 -07:00
committed by GitHub

View File

@@ -9,6 +9,6 @@ Url: https://github.com/mfontanini/cppkafka
Description: C++ wrapper library on top of RdKafka
Version: @CPPKAFKA_VERSION@
Requires:
Requires.private: rdkafka >= 0.9.4, boost
Requires.private: rdkafka >= 0.9.4
Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
Cflags: -I${includedir} -I${includedir}/cppkafka
Cflags: -I${includedir} -I${includedir}/cppkafka -I@Boost_INCLUDE_DIRS@