diff options
Diffstat (limited to 'dom/media/webspeech/moz.build')
-rw-r--r-- | dom/media/webspeech/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dom/media/webspeech/moz.build b/dom/media/webspeech/moz.build index 85e2277b3..677e0656f 100644 --- a/dom/media/webspeech/moz.build +++ b/dom/media/webspeech/moz.build @@ -3,7 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DIRS = ['synth'] - if CONFIG['MOZ_WEBSPEECH']: - DIRS += ['recognition'] + DIRS += ['synth'] |