From 0806d4ca57e2122a5b496aeee7a39ae4310b0c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Mon, 11 Feb 2013 16:50:48 +0200 Subject: 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 --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 52eac6f..b52bc02 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= -- cgit v0.12