xref: /OK3568_Linux_fs/buildroot/package/glm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GLM
2	bool "glm"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  OpenGL Mathematics (GLM)
6
7	  http://glm.g-truc.net
8
9comment "glm needs a toolchain w/ C++"
10	depends on !BR2_INSTALL_LIBSTDCPP
11