Skip to content

Commit

Permalink
Merge pull request #3723 from vgteam/glenn
Browse files Browse the repository at this point in the history
add libzstd to pkg_config_deps
  • Loading branch information
glennhickey authored Aug 29, 2022
2 parents 22ac546 + bbea587 commit 5989598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include $(wildcard $(UNITTEST_BIN_DIR)/*.d)
# What pkg-config-controlled system dependencies should we use compile and link flags from?
# Use PKG_CONFIG_PATH to point the build system at the right versions of these, if they aren't picked up automatically.
# We can't do this for our bundled, pkg-config-supporting dependencies (like htslib) because they won't be built yet.
PKG_CONFIG_DEPS := cairo jansson
PKG_CONFIG_DEPS := cairo jansson libzstd
# These are like PKG_CONFIG_DEPS but we try to always link them statically, if possible.
PKG_CONFIG_STATIC_DEPS := protobuf

Expand Down

0 comments on commit 5989598

Please sign in to comment.