summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-11-26 19:00:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-21 21:53:05 +0200
commit6cb13bafa083432b5eb8f164f3d420e6a6ef9e90 (patch)
treebc5639ad0307280e01e10956a9bdbd78a14e131e /rules/qt4.in
parent834ce96df4501478e2152ae4e72cb286ebea1d01 (diff)
downloadptxdist-6cb13bafa083432b5eb8f164f3d420e6a6ef9e90.tar.gz
ptxdist-6cb13bafa083432b5eb8f164f3d420e6a6ef9e90.tar.xz
[qt4] OpenGL support
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4.in')
-rw-r--r--rules/qt4.in26
1 files changed, 25 insertions, 1 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index 6bd788e71..027de09ef 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -14,6 +14,7 @@ menuconfig QT4
select GSTREAMER if QT4_BUILD_PHONON
select GST_PLUGINS_BASE if QT4_BUILD_PHONON
select OPENSSL if QT4_OPENSSL
+ select MESALIB if QT4_OPENGL_DESKTOP
select ALSA_LIB if QT4_BUILD_MULTIMEDIA
# libsvga is currently not in ptxdist
# select LIBSVGA if QT4_GFX_SVGA_PLUGIN
@@ -156,7 +157,6 @@ choice
config QT4_GFX_POWERVR_PLUGIN
bool
prompt "plugin "
- depends on BROKEN
help
Load the driver at runtime
endchoice
@@ -679,6 +679,30 @@ endchoice
endmenu
+choice
+ prompt "OpenGL support "
+ help
+ Add Qt support for OpenGL
+
+config QT4_OPENGL_NONE
+ bool "none "
+
+config QT4_OPENGL_DESKTOP
+ bool "Desktop "
+ depends on QT4_PLATFORM_X11
+
+config QT4_OPENGL_ES1
+ bool "ES 1.x "
+
+config QT4_OPENGL_ES1CL
+ bool "ES 1.x CL"
+
+config QT4_OPENGL_ES2
+ bool "ES 2.x "
+
+endchoice
+
+
menu "optional libraries "
config QT4_BUILD_GUI