2017-03-25 22:58:58 +01:00
|
|
|
config BR2_PACKAGE_PHYSFS
|
|
|
|
bool "physfs"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2018-01-19 14:59:29 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-03-25 22:58:58 +01:00
|
|
|
help
|
|
|
|
PhysicsFS; a portable, flexible file i/o abstraction.
|
|
|
|
|
|
|
|
http://icculus.org/physfs
|
|
|
|
|
2018-01-19 14:59:29 +01:00
|
|
|
comment "physfs needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|