summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@digia.com>2013-02-11 16:50:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-13 00:32:25 +0100
commit0806d4ca57e2122a5b496aeee7a39ae4310b0c19 (patch)
treef56fc9d0730dd9064b5788fd59b15a47e6992645 /configure
parentd23a08c51d0f275b07668bfbc3f818c563b9b956 (diff)
downloadqt4-tools-0806d4ca57e2122a5b496aeee7a39ae4310b0c19.tar.gz
Enable autodetection of VxWorks fb driver for available qt-gfx list
If the VxWorks drivers are in the source tree, show them as available. Not applicable to Qt5 as it does not have anymore QWS. Change-Id: I0005f9d67922679a102b5b69f4c7051afef60ba2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 52eac6fad2..b52bc02050 100755
--- a/configure
+++ b/configure
@@ -814,6 +814,12 @@ if [ -f "$relpath/src/gui/embedded/qscreenintegrityfb_qws.cpp" ]; then
CFG_GFX_AVAILABLE="${CFG_GFX_AVAILABLE} integrityfb"
fi
+if [ -f "$relpath/src/gui/embedded/qscreenvxworksfb_qws.cpp" ]; then
+ CFG_KBD_AVAILABLE="${CFG_KBD_AVAILABLE} vxworks"
+ CFG_MOUSE_AVAILABLE="${CFG_MOUSE_AVAILABLE} vxworks"
+ CFG_GFX_AVAILABLE="${CFG_GFX_AVAILABLE} vxworksfb"
+fi
+
CFG_ARCH=
CFG_HOST_ARCH=
CFG_KBD_PLUGIN_AVAILABLE=