btrfs-progs: make zstd optional

This adds choice to compile support for zstd or not.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
This commit is contained in:
Karel Kočí
2019-04-01 12:31:03 +02:00
parent 160e84e91f
commit 63bc53b986
2 changed files with 19 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
if PACKAGE_btrfs-progs
config BTRFS_PROGS_ZSTD
bool "Build with zstd support"
depends on PACKAGE_libzstd
default n
help
This allows you to manage BTRFS with zstd compression
endif