summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-02-02 18:29:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-03 12:50:01 +0100
commit49dcd3c75b29d0017f4d28436ea18ea69b712b57 (patch)
treed6adfd1585130a3bd32ef4691bf222ad7b75e120 /rules/qt4.in
parent9c15dba1ca487e929688bcd6351a782c03896b75 (diff)
downloadptxdist-49dcd3c75b29d0017f4d28436ea18ea69b712b57.tar.gz
ptxdist-49dcd3c75b29d0017f4d28436ea18ea69b712b57.tar.xz
qt4: cleanup & update patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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