mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 12:44:37 +04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user