summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/qt4.in')
-rw-r--r--rules/qt4.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index df327d2f4..b24cd7db1 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -683,6 +683,9 @@ endchoice
endmenu
+config QT4_BUILD_OPENGL
+ bool
+
choice
prompt "OpenGL support "
help
@@ -694,19 +697,22 @@ config QT4_OPENGL_NONE
config QT4_OPENGL_DESKTOP
bool "Desktop "
depends on QT4_PLATFORM_X11
+ select QT4_BUILD_OPENGL
config QT4_OPENGL_ES1
bool "ES 1.x "
+ select QT4_BUILD_OPENGL
config QT4_OPENGL_ES1CL
bool "ES 1.x CL"
+ select QT4_BUILD_OPENGL
config QT4_OPENGL_ES2
bool "ES 2.x "
+ select QT4_BUILD_OPENGL
endchoice
-
menu "optional libraries "
config QT4_BUILD_GUI