mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This is the CESNET fork of nghttp2-asio, introduced here: https://github.com/CESNET/rousette/commit/fff3429 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
config BR2_PACKAGE_NGHTTP2_ASIO
|
|
bool "nghttp2-asio"
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_NGHTTP2
|
|
select BR2_PACKAGE_BOOST
|
|
help
|
|
C++ bindings for nghttp2
|
|
|
|
This is the CESNET fork of nghttp2-asio, introduced here:
|
|
https://github.com/CESNET/rousette/commit/fff3429
|
|
|
|
https://github.com/CESNET/nghttp2-asio
|