From 6cb13bafa083432b5eb8f164f3d420e6a6ef9e90 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 26 Nov 2009 19:00:01 +0100 Subject: [qt4] OpenGL support Signed-off-by: Michael Olbrich --- rules/qt4.in | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'rules/qt4.in') 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 -- cgit v1.2.3