d0433603e3
Only enable SDL support if SDL and SDL_net are already enabled in the configuration. [Peter: drop SDL comment] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
config BR2_PACKAGE_URG
|
|
bool "urg"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Library to control Hokuyo's URG series sensors.
|
|
|
|
http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/
|
|
|
|
comment "urg needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|