mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libcpprestsdk: add dependency on Boost.System
libcpprestsdk searches for the Boost.System module in its CMakeLists. Hence it should be selected as a dependency. This does not fix any build failure, as boost-system was implicitly selected by one of the other boost-* options that this package selects, but an upcoming commit is going to change how boost-system is selected by other boost-* modules, making this preparation change necessary. Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d7f6ed49f8
commit
c659e0383d
@@ -13,6 +13,7 @@ config BR2_PACKAGE_LIBCPPRESTSDK
|
||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||
select BR2_PACKAGE_BOOST_RANDOM
|
||||
select BR2_PACKAGE_BOOST_REGEX
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_BOOST_THREAD
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user