From bbea5879ed7c69b34d3196dfa463f0af311fd932 Mon Sep 17 00:00:00 2001 From: Glenn Hickey Date: Thu, 25 Aug 2022 09:48:07 -0400 Subject: [PATCH] add libzstd to pkg_config_deps -- needed to use manually installed version on ubuntu 18.04 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63e29809edd..f5760eca46a 100644 --- a/Makefile +++ b/Makefile @@ -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