1config BR2_PACKAGE_PIXZ 2 bool "pixz" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on BR2_USE_WCHAR # libarchive 5 select BR2_PACKAGE_LIBARCHIVE 6 select BR2_PACKAGE_XZ 7 help 8 Pixz (pronounced pixie) is a parallel, indexing version of xz. 9 10 https://github.com/vasi/pixz 11 12comment "pixz needs a toolchain w/ threads, wchar" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR 14