1config BR2_PACKAGE_LIBUTP
2 bool "libutp"
3 depends on BR2_INSTALL_LIBSTDCPP
4 help
5 uTorrent Transport Protocol library
6
7 https://github.com/bittorrent/libutp
8
9comment "libutp support needs a toolchain with C++"
10 depends on !BR2_INSTALL_LIBSTDCPP
11