1config BR2_PACKAGE_GLI 2 bool "gli" 3 depends on BR2_INSTALL_LIBSTDCPP 4 help 5 OpenGL Image (GLI) 6 7 http://gli.g-truc.net 8 9comment "gli needs a toolchain w/ C++" 10 depends on !BR2_INSTALL_LIBSTDCPP 11