Config.in 303 B

123456789101112
  1. comment "chipmunk needs an OpenGL backend"
  2. depends on !BR2_PACKAGE_HAS_LIBGL
  3. config BR2_PACKAGE_CHIPMUNK
  4. bool "chipmunk"
  5. depends on BR2_PACKAGE_HAS_LIBGL
  6. help
  7. Chipmunk2D is a simple, lightweight, fast and portable 2D
  8. rigid body physics library written in C.
  9. http://chipmunk-physics.net/