mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
boost: Add comment when C++ is missing
[Peter: move above boost option so sub options gets indented] Signed-off-by: Stephan Thamm <thammi@chaossource.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b5cce59cf0
commit
f43f4f433e
@ -1,3 +1,6 @@
|
|||||||
|
comment "boost requires a toolchain with C++ support enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST
|
config BR2_PACKAGE_BOOST
|
||||||
bool "boost"
|
bool "boost"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user