Skip to content

Commit 60bfe72

Browse files
committed
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 <[email protected]>
1 parent fc41465 commit 60bfe72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/qt5/qt5base/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ config BUILD_qt5base-gui_DRM
1818
choice
1919
prompt "Which OpenGL variant to use"
2020
default BUILD_qt5base-gui_OPENGL_NONE
21+
depends on PACKAGE_qt5base-gui
2122

2223
config BUILD_qt5base-gui_OPENGL_OPENGLES2
2324
bool "es2"

0 commit comments

Comments
 (0)