[Buildroot] [PATCH 75/83 v2] package/weston: use 'menuconfig'

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jul 4 09:25:26 UTC 2016


weston has 5 options, so use a 'menuconfig' to group the options in a
sub-menu.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/weston/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 0812279..810a9a0 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -3,7 +3,7 @@ comment "weston needs udev and a toolchain w/ locale, threads, dynamic library,
 		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || BR2_STATIC_LIBS || \
 		!BR2_ENABLE_LOCALE
 
-config BR2_PACKAGE_WESTON
+menuconfig BR2_PACKAGE_WESTON
 	bool "weston"
 	select BR2_PACKAGE_WAYLAND
 	select BR2_PACKAGE_WAYLAND_PROTOCOLS
-- 
2.7.4




More information about the buildroot mailing list