mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user