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