Branch oldpackages for 14.07
[14.07/packages.git] / utils / squashfs-tools / Config.in
1 config SQUASHFS_TOOLS_LZO_SUPPORT
2         depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
3         bool "Enable LZO support"
4         select PACKAGE_liblzo
5         default y
6
7 config SQUASHFS_TOOLS_XZ_SUPPORT
8         depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
9         bool "Enable XZ support"
10         select PACKAGE_liblzma
11         default y