diff options
Diffstat (limited to 'config/comp_libs.in')
-rw-r--r-- | config/comp_libs.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/comp_libs.in b/config/comp_libs.in index 6dd8099e..502e95a3 100644 --- a/config/comp_libs.in +++ b/config/comp_libs.in @@ -105,6 +105,11 @@ config ZLIB_NEEDED bool "Build local zlib" select COMP_LIBS_ZLIB +config ZSTD_NEEDED + bool "Build local zstd" + default y if CANADIAN || CROSS_NATIVE + select COMP_LIBS_ZSTD + # FIXME remove these legacy knobs config LIBICONV def_bool y @@ -150,4 +155,8 @@ config ZLIB def_bool y depends on ZLIB_NEEDED +config ZSTD + def_bool y + depends on ZSTD_NEEDED + endmenu |