summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2011-07-04 09:17:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-07-12 16:15:22 +0200
commit90b0b9e8ffed9e585d1c0d360caf0c1b542a4125 (patch)
treea1d1e669a3b778f59ea14fe084f5695b1ae48ce7 /rules/qt4.in
parentcef51e6071cd9032f09df2e9c85d4774bae8bda9 (diff)
downloadptxdist-90b0b9e8ffed9e585d1c0d360caf0c1b542a4125.tar.gz
ptxdist-90b0b9e8ffed9e585d1c0d360caf0c1b542a4125.tar.xz
qt4: Add option to compile with Accessibility support.
Needed for example to compile Qt Jambi. Signed-off-by: Marius Brehler <marbre@linux.sungazer.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4.in')
-rw-r--r--rules/qt4.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index bec21ab03..4f8abe011 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -688,6 +688,12 @@ config QT4_DBUS_LINK
Build Qt dbus support and link to libdbus-1.
endchoice
+config QT4_ACCESSIBILITY
+ bool
+ prompt "accessibility"
+ help
+ Compile Accessibility support.
+
endmenu
config QT4_BUILD_OPENGL