summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-31 09:43:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-13 09:45:53 +0100
commit5d526fd649f66c66ac0200946cac847641b2dec7 (patch)
treef54f2656e57348dfa597a0cca87d54ef2122e48e /rules/qt4.in
parent9bd7d66acb8ff83e7e1221a020036e41f1c548fb (diff)
downloadptxdist-5d526fd649f66c66ac0200946cac847641b2dec7.tar.gz
ptxdist-5d526fd649f66c66ac0200946cac847641b2dec7.tar.xz
qt4: version bump 4.7.4 -> 4.8.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4.in')
-rw-r--r--rules/qt4.in25
1 files changed, 24 insertions, 1 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index 4269a0e00..b690c832a 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -127,6 +127,28 @@ choice
endchoice
choice
+ prompt "eglnullws "
+ default QT4_GFX_EGLNULLWS_NULL
+ help
+ Accelerated driver using eglnullws
+
+ config QT4_GFX_EGLNULLWS_NULL
+ bool
+ prompt "none "
+ help
+ Don't build the driver
+
+# only as plugin
+
+ config QT4_GFX_EGLNULLWS_PLUGIN
+ bool
+ depends on QT4_BUILD_OPENGL
+ prompt "plugin "
+ help
+ Load the driver at runtime
+endchoice
+
+choice
prompt "LinuxFb "
default QT4_GFX_LINUXFB_NONE
help
@@ -616,7 +638,8 @@ config QT4_GIF_NONE
help
This disables entirely any GIF support
-config QT4_GIF_INTERNAL
+config QT4_GIF_NULL
+ # note: NULL == no configure option. There is only -no-gif
bool "internal"
help
This uses the embedded GIF support