[Buildroot] [PATCH 16/84 RFC] package/libdrm: use 'menuconfig' instad of 'config'+'menu'

Arnout Vandecappelle arnout at mind.be
Wed Dec 30 23:46:57 UTC 2015


On 25-12-15 22:24, Yann E. MORIN wrote:
> Transform the menu prompt into a comment.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  package/libdrm/Config.in | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
> index ad015f8..9b75647 100644
> --- a/package/libdrm/Config.in
> +++ b/package/libdrm/Config.in
> @@ -1,4 +1,4 @@
> -config BR2_PACKAGE_LIBDRM
> +menuconfig BR2_PACKAGE_LIBDRM
>  	bool "libdrm"
>  	select BR2_PACKAGE_LIBPTHREAD_STUBS
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
> @@ -9,7 +9,7 @@ config BR2_PACKAGE_LIBDRM
>  
>  if BR2_PACKAGE_LIBDRM
>  
> -menu "DRM Drivers"
> +comment "DRM Drivers"

 Comment can be dropped.

 Regards,
 Arnout

>  
>  config BR2_PACKAGE_LIBDRM_INTEL
>  	bool "intel"
> @@ -64,8 +64,6 @@ config BR2_PACKAGE_LIBDRM_TEGRA
>  	help
>  	  Install NVIDIA Tegra driver using an experimental API.
>  
> -endmenu
> -
>  config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
>  	bool "Install test programs"
>  	help
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list