mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #1560 - Always include speech synthesis IPDLs
This is entangled with the IPC messaging configuration so we need these IPDLs even if sppech synthesis is otherwise not being built. This resolves #1560
This commit is contained in:
parent
594c930eca
commit
cd1c94480d
1 changed files with 6 additions and 0 deletions
|
|
@ -3,5 +3,11 @@
|
|||
# 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/.
|
||||
|
||||
# Due to IPC entanglement we always need the synthesis ipdls
|
||||
if CONFIG['MOZ_WEBSPEECH']:
|
||||
DIRS += ['synth']
|
||||
else:
|
||||
IPDL_SOURCES += [
|
||||
'synth/ipc/PSpeechSynthesis.ipdl',
|
||||
'synth/ipc/PSpeechSynthesisRequest.ipdl',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue