[Buildroot] [git commit] qt5base: unconditionally install Qt5printSupport if widgets are enabled

Peter Korsgaard peter at korsgaard.com
Thu Nov 13 15:17:08 UTC 2014


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

Hi,

 >> config BR2_PACKAGE_QT5BASE_PRINTSUPPORT
 >> -	bool "print support module"
 >> -	select BR2_PACKAGE_QT5BASE_WIDGETS
 >> -	help
 >> -	  This option enables the Qt5PrintSupport
 >> +	depends on BR2_PACKAGE_QT5BASE_WIDGETS
 >> +	def_bool y

 > So why have a Config.in option for this in the first place?

Just because I wanted to make as minimal as possible a change now that
we're past -rc1. I don't follow qt5 development, but presumably this
used to be user settable and could become so again in future qt5
releases.

-- 
Bye, Peter Korsgaard 


More information about the buildroot mailing list