mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user