xref: /OK3568_Linux_fs/buildroot/package/urg/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_URG
2	bool "urg"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  Library to control Hokuyo's URG series sensors.
6
7	  https://sourceforge.net/p/urgnetwork/wiki/Home/
8
9comment "urg needs a toolchain w/ C++"
10	depends on !BR2_INSTALL_LIBSTDCPP
11