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