summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-29 14:46:13 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-01 09:34:06 +0000
commited5b65c70397f3ea9fa524e7f0b98a48a70ddc88 (patch)
tree2378153fdf39a8d668ade5b5836c8082873c0f72 /src/core/config/common.pri
parentef1f608f76f02f11b4bdcc8d52fa41cdf4cdf5c3 (diff)
Disable WebSpeech
Also allows us to remove code handling libFLAC and libspeex since we no longer depend on those. Change-Id: Ifedc19b3c958215d298edd11f9126ea5b9cc09fa Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/config/common.pri')
-rw-r--r--src/core/config/common.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 793e26a61..c5921a573 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -6,3 +6,5 @@ GYP_CONFIG += use_qt=1
GYP_CONFIG += v8_use_external_startup_data=0
# Disable printing since we don't support it yet
GYP_CONFIG += enable_basic_printing=0 enable_print_preview=0
+# WebSpeech requires Google API keys and adds dependencies on speex and flac.
+GYP_CONFIG += enable_web_speech=0