Skip to content

Commit 4b25f92

Browse files
authored
Merge pull request mfontanini#194 from accelerated/master
Fixed pkg_config file
2 parents bb0beb6 + 6adf1e8 commit 4b25f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppkafka.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name: cppkafka
88
Url: https://github.com/mfontanini/cppkafka
99
Description: C++ wrapper library on top of RdKafka
1010
Version: @CPPKAFKA_VERSION@
11-
Requires: librdkafka >= 0.9.4
11+
Requires: rdkafka >= 0.9.4 boost
1212
Requires.private:
1313
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
1414
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_INCLUDE_DIR@ -I@Boost_INCLUDE_DIRS@

0 commit comments

Comments
 (0)