xref: /OK3568_Linux_fs/buildroot/package/physfs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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