qt5base: only show OPENGL choice if qt5base-gui is selected

The choice for the config option 'BUILD_qt5base-gui_OPENGL_OPENGLES2'
and 'BUILD_qt5base-gui_OPENGL_NONE' should only be visible if 'qt5base-gui'
is selected. This also applies to the default value if 'qt5base-gui' is
not selected.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2025-07-22 13:00:52 +02:00
parent fc414652e0
commit 60bfe72645

View File

@@ -18,6 +18,7 @@ config BUILD_qt5base-gui_DRM
choice
prompt "Which OpenGL variant to use"
default BUILD_qt5base-gui_OPENGL_NONE
depends on PACKAGE_qt5base-gui
config BUILD_qt5base-gui_OPENGL_OPENGLES2
bool "es2"