[Buildroot] [PATCH] qt5: Add an option to select default platform

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 4 11:02:52 UTC 2014


Dear Jérôme Pouiller,

On Fri,  4 Jul 2014 11:36:11 +0200, Jérôme Pouiller wrote:

> +choice
> +	prompt "default graphical platform"
> +	default BR2_PACKAGE_QT5BASE_DEFAULT_QPA_MINIMAL
> +	help
> +	  Notice you may choose platform at runtime using -platform (-platform
> +	  help to get list of compiled platforms).
> +
> +config BR2_PACKAGE_QT5BASE_DEFAULT_QPA_MINIMAL
> +	bool "minimal"

Maybe some help text would be appropriate here...

> +
> +config BR2_PACKAGE_QT5BASE_DEFAULT_QPA_OFFSCREEN
> +	bool "offscreen"

... and here, to describe what those platforms are.

Are they actually useful in practice? What do they do?

> +QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_DEFAULT_QPA_MINIMAL),-qpa minimalb)

is "minimalb" intended here, as opposed to "minimal"?

Thanks!

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



More information about the buildroot mailing list