diff mbox

[28/83,v2] package/boost: use 'menuconfig'

Message ID 1cf9d7dd29d3123b50b6887f38638409c223151e.1467624132.git.yann.morin.1998@free.fr
State Rejected
Headers show

Commit Message

Yann E. MORIN July 4, 2016, 9:24 a.m. UTC
boost has more than 5 options, so use a 'menuconfig' to group the
options in a sub-menu.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/boost/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 51d4ed7..9501373 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -1,7 +1,7 @@ 
 comment "boost needs a toolchain w/ C++, threads, wchar"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
 
-config BR2_PACKAGE_BOOST
+menuconfig BR2_PACKAGE_BOOST
 	bool "boost"
 	depends on BR2_INSTALL_LIBSTDCPP
 	# Boost could theorically be built with threading=single, but