mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Since we are using an old GCC we need to add a new requirement for rousette 'date' this is included in GCC 14+.
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
config BR2_PACKAGE_ROUSETTE
|
|
bool "rousette"
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_BOOST
|
|
select BR2_PACKAGE_BOOST_THREAD
|
|
select BR2_PACKAGE_BOOST_SYSTEM
|
|
select BR2_PACKAGE_DOCOPT_CPP
|
|
select BR2_PACKAGE_LIBYANG_CPP
|
|
select BR2_PACKAGE_NGHTTP2
|
|
select BR2_PACKAGE_NGHTTP2_ASIO
|
|
select BR2_PACKAGE_SPDLOG
|
|
select BR2_PACKAGE_SYSREPO_CPP
|
|
select BR2_PACKAGE_DATE
|
|
help
|
|
RESTconf server
|