Skip to content

Commit

Permalink
add libzstd to pkg_config_deps -- needed to use manually installed ve…
Browse files Browse the repository at this point in the history
…rsion on ubuntu 18.04
  • Loading branch information
glennhickey committed Aug 25, 2022
1 parent 22ac546 commit bbea587
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

1 comment on commit bbea587

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch glenn. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 12892 seconds

Please sign in to comment.