mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
~/src/infix/x-riscv(riscv)$ make Makefile:574: *** nghttp2-asio is in the dependency chain of rousette that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. Fixes #536 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
165 B
Plaintext
8 lines
165 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
|