mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Merge pull request #210 from ych/pc_config
Remove boost dependency from pkg-config template file
This commit is contained in:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user