[Buildroot] [PATCH 2/3] package/qwt: Fix selecting OpenGL support in qt4

Peter Korsgaard peter at korsgaard.com
Mon Jun 13 20:28:09 UTC 2016


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > A Kconfig option being part of a choice can not be selected directly,
 > so we use the new option BR2_PACKAGE_QT_OPENGL.

 > Fixes
 > http://autobuild.buildroot.net/results/2a8/2a8edb18ab7f8a9e324966282858014e9b5bbea0/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/qwt/Config.in | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/qwt/Config.in b/package/qwt/Config.in
 > index 810bd75..dabbda2 100644
 > --- a/package/qwt/Config.in
 > +++ b/package/qwt/Config.in
 > @@ -29,7 +29,7 @@ config BR2_PACKAGE_QWT_OPENGL
 >  	bool "OpenGL support"
 >  	depends on (BR2_PACKAGE_HAS_LIBGLES && BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_QT) || \
 >  		(BR2_PACKAGE_QT5_GL_AVAILABLE && BR2_PACKAGE_QT5)
 > -	select BR2_PACKAGE_QT_OPENGL_ES if BR2_PACKAGE_QT
 > +	select BR2_PACKAGE_QT_OPENGL if BR2_PACKAGE_QT

Committed, thanks.

Could qwt work with desktop GL as well? If so, it would be nice if it
could be selected.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list