1config BR2_PACKAGE_PHYSFS 2 bool "physfs" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 help 6 PhysicsFS; a portable, flexible file i/o abstraction. 7 8 http://icculus.org/physfs 9 10comment "physfs needs a toolchain w/ C++, threads" 11 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 12