qt: enable opengl support by default if available

If opengl(-es) support is available then it makes sense for Qt to use it by
default.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2016-06-13 22:25:25 +02:00
parent fc377f2338
commit 4303e3e113

View File

@ -354,6 +354,7 @@ config BR2_PACKAGE_QT_OPENGL
bool "OpenGL support"
depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \
(BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES)
default y
help
This option enables OpenGL support.