diff options
author | Rolland Dudemaine <rolland@ghs.com> | 2011-02-22 15:28:06 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-02-22 15:28:06 (GMT) |
commit | 15ae813333286718986c13ced0be2c0e8b08df6b (patch) | |
tree | a5642e4edd677ad7a316e83fe6a6054bbfa4dbfd /configure | |
parent | 8ce849b79efeec5cee951846292c7f93c494a612 (diff) | |
download | Qt-15ae813333286718986c13ced0be2c0e8b08df6b.zip Qt-15ae813333286718986c13ced0be2c0e8b08df6b.tar.gz Qt-15ae813333286718986c13ced0be2c0e8b08df6b.tar.bz2 |
List the INTEGRITY drivers as well
If the INTEGRITY drivers are in the source tree, show them as available
Merge-request: 1101
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -728,6 +728,11 @@ if [ -f "$relpath/src/gui/embedded/qscreenqnx_qws.cpp" ]; then CFG_MOUSE_AVAILABLE="${CFG_MOUSE_AVAILABLE} qnx" CFG_GFX_AVAILABLE="${CFG_GFX_AVAILABLE} qnx" fi +if [ -f "$relpath/src/gui/embedded/qscreenintegrityfb_qws.cpp" ]; then + CFG_KBD_AVAILABLE="${CFG_KBD_AVAILABLE} integrity" + CFG_MOUSE_AVAILABLE="${CFG_MOUSE_AVAILABLE} integrity" + CFG_GFX_AVAILABLE="${CFG_GFX_AVAILABLE} integrityfb" +fi CFG_ARCH= CFG_HOST_ARCH= |