mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-27 06:43:39 +08:00
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:
parent
fc377f2338
commit
4303e3e113
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user