mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libarchive package added
See http://code.google.com/p/libarchive/ [Peter: removed conditional target install, added wchar dependency] Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
74834991a8
commit
32518793e1
11
package/libarchive/Config.in
Normal file
11
package/libarchive/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBARCHIVE
|
||||
bool "libarchive"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Libarchive is a reusable C library for reading and writing a
|
||||
variety of streaming archive formats.
|
||||
|
||||
http://code.google.com/p/libarchive/
|
||||
|
||||
comment "libarchive requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
Reference in New Issue
Block a user