Config.in 323 B

1234567891011
  1. config 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. http://icculus.org/physfs
  8. comment "physfs needs a toolchain w/ C++, threads"
  9. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS