From 5709657b812445726a53ef4d2aee46d75c56ab03 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 4 Apr 2012 14:34:50 +0200 Subject: Disable all but multimedia and sensors on QNX None of the other modules works anyway Change-Id: I2eabe4f54c40b694bd269600781709119109f073 Reviewed-by: Thomas McGuire --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 403758ba39..9a457bbb1d 100755 --- a/configure +++ b/configure @@ -657,7 +657,7 @@ echo "maemo5|maemo6:contains(maemo-icd_enabled, no): mobility_modules -= bearer" # Some modules are disabled from compilation on QNX right now: # - publishsubscribe: dlmalloc.c redefining some symbols # - systeminfo: Implementation files for _qnx missing -echo "qnx: mobility_modules -= publishsubscribe systeminfo" >> "$CONFIG_IN" +echo "qnx: mobility_modules -= bearer location contacts publishsubscribe versit messaging systeminfo serviceframework gallery organizer feedback connectivity" >> "$CONFIG_IN" # Mobility doesn't support Bearer on MeeGo -> Use Qt 4.7 Bearer instead echo "meego:contains(mobility_modules, bearer) { " >> "$CONFIG_IN" -- cgit v1.2.3