Squashfs is a makefilepackage (#26300)
This commit is contained in:
parent
3c5a4157b0
commit
6c33047514
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ class Squashfs(MakefilePackage):
|
|||
conflicts('squashfs~xz default_compression=xz', msg='Cannot set default compression to missing algorithm')
|
||||
conflicts('squashfs~zstd default_compression=zstd', msg='Cannot set default compression to missing algorithm')
|
||||
|
||||
depends_on('m4', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
|
||||
depends_on('zlib', when='+gzip')
|
||||
depends_on('lz4', when='+lz4')
|
||||
depends_on('lzo', when='+lzo')
|
||||
|
|
Loading…
Reference in a new issue