Skip to content

Commit

Permalink
Added missing dependency in pc files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jul 12, 2024
1 parent eddd87e commit e01fc80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bedrock-client.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: bedrock-client
Description: Client library for Mochi Bedrock
Version: @BEDROCK_VERSION@

Requires: thallium spdlog nlohmann_json fmt @OPTIONAL_CLIENT_DEPS@
Requires: thallium spdlog nlohmann_json fmt bedrock-module-api @OPTIONAL_CLIENT_DEPS@
Libs: -L${libdir} @CLIENT_PRIVATE_LIBS@ -lstdc++
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion src/bedrock-server.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: bedrock-server
Description: Server library for Mochi Bedrock
Version: @BEDROCK_VERSION@

Requires: thallium @OPTIONAL_SERVER_DEPS@ spdlog nlohmann_json fmt
Requires: thallium @OPTIONAL_SERVER_DEPS@ bedrock-module-api spdlog nlohmann_json fmt
Libs: -L${libdir} @SERVER_PRIVATE_LIBS@ -lstdc++
Cflags: -I${includedir}

0 comments on commit e01fc80

Please sign in to comment.