[Buildroot] [PATCH v6 03/15] gpu-viv-bin-mx6q: make fb/x11 choice explicit

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Apr 30 08:31:47 UTC 2015


Dear Jérôme Pouiller,

On Sat, 17 Jan 2015 00:33:59 +0100, Jérôme Pouiller wrote:

> +choice
> +	prompt "Output option"
> +	help
> +	  There are two versions of this library: one for
> +	  direct framebuffer access, one for X11 rendering.
> +	  Choose here which version to install.
> +
> +config BR2_PACKAGE_GPU_VIV_BIN_MX6Q_OUTPUT_X11
> +	depends on BR2_PACKAGE_XORG7
> +	select BR2_PACKAGE_XLIB_LIBXDAMAGE
> +	select BR2_PACKAGE_XLIB_LIBXEXT
> +	bool "X11"

The bool should have been the first property, before depends on and
select properties.

I guess we'll fix up when applying since it is a minor thing.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list